Checkstyle Results
The following document contains the results of Checkstyle 10.23.0 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 276 | 0 | 32934 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
2 | |
EmptyCatchBlock
|
50 | ||
NeedBraces
|
1 | ||
RightCurly
|
1 | ||
RightCurly
|
1 | ||
| coding | FallThrough | 2 | |
| MissingSwitchDefault | 1 | ||
| MultipleVariableDeclarations | 3 | ||
| OverloadMethodsDeclarationOrder | 30 | ||
| VariableDeclarationUsageDistance | 40 | ||
| design | OneTopLevelClass | 37 | |
| imports | AvoidStarImport | 5 | |
CustomImportOrder
|
260 | ||
| indentation | CommentsIndentation
|
5 | |
Indentation
|
29930 | ||
| javadoc | AtclauseOrder
|
15 | |
| InvalidJavadocPosition | 26 | ||
| JavadocParagraph | 33 | ||
| JavadocTagContinuationIndentation | 7 | ||
MissingJavadocMethod
|
61 | ||
MissingJavadocType
|
22 | ||
| NonEmptyAtclauseDescription | 467 | ||
| RequireEmptyLineBeforeBlockTagGroup | 7 | ||
| SingleLineJavadoc | 7 | ||
SummaryJavadoc
|
686 | ||
| misc | ArrayTypeStyle | 27 | |
AvoidEscapedUnicodeCharacters
|
14 | ||
| modifier | ModifierOrder | 139 | |
| naming | AbbreviationAsWordInName
|
237 | |
LocalVariableName
|
23 | ||
MemberName
|
661 | ||
MethodName
|
11 | ||
ParameterName
|
21 | ||
| sizes | LineLength
|
52 | |
| whitespace | FileTabCharacter
|
31 | |
OperatorWrap
|
3 | ||
ParenPad
|
17 |
Details
com/meterware/httpunit/AppletContextImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_webApplet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 91 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 92 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 93 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 95 | |
| blocks | EmptyCatchBlock | Empty catch block. | 95 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 111 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 136 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 163 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 190 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 193 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 197 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 205 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 209 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 212 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 221 | |
| javadoc | AtclauseOrder | Javadoc comment at column 29 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 235 | |
| javadoc | JavadocParagraph | Javadoc comment at column 29 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 235 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 29 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 235 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 29 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 235 | |
| javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc comment at column 29 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 235 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 29 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 235 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 29 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 |
com/meterware/httpunit/AppletStubImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 | |
| naming | MemberName | Member name '_webApplet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 31 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 |
com/meterware/httpunit/AuthenticationChallenge.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_client' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_request' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 154 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 162 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 163 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 164 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 165 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 166 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 167 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 168 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be 10. | 169 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 16, expected level should be 8. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 173 | |
| naming | MethodName | Method name 'A1' must match pattern '^[a-z][a-z0-9]\w*$'. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 178 | |
| naming | MethodName | Method name 'A2' must match pattern '^[a-z][a-z0-9]\w*$'. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 182 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 182 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'KD' must contain no more than '1' consecutive capital letters. | 182 | |
| naming | MethodName | Method name 'KD' must match pattern '^[a-z][a-z0-9]\w*$'. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 187 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 187 | |
| naming | MethodName | Method name 'H' must match pattern '^[a-z][a-z0-9]\w*$'. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 191 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 192 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 193 | |
| naming | LocalVariableName | Local variable name 'aByte' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 195 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 196 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 197 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 198 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 199 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 200 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 211 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 212 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 214 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 |
com/meterware/httpunit/AuthorizationRequiredException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| naming | MemberName | Member name '_scheme' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| naming | MemberName | Member name '_properties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
com/meterware/httpunit/Base64.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 46 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 48 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 93 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 |
com/meterware/httpunit/Base64Test.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
com/meterware/httpunit/BlockElement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URL' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 27 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_scriptable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_node' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 |
com/meterware/httpunit/Button.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_baseResponse' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_wasEnabled' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 88 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 130 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 148 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 149 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 224 |
com/meterware/httpunit/ClientProperties.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setApplicationID' must contain no more than '1' consecutive capital letters. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 198 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 200 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 212 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 215 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 232 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 262 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 264 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 269 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 271 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 285 | |
| naming | MemberName | Member name '_applicationCodeName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 286 | |
| naming | MemberName | Member name '_applicationName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 286 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 287 | |
| naming | MemberName | Member name '_applicationVersion' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 288 | |
| naming | MemberName | Member name '_userAgent' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 288 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 289 | |
| naming | MemberName | Member name '_platform' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 289 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 290 | |
| naming | MemberName | Member name '_overrideContentType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 291 | |
| naming | MemberName | Member name '_availWidth' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 291 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 292 | |
| naming | MemberName | Member name '_availHeight' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 292 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 293 | |
| naming | MemberName | Member name '_maxRedirects' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 295 | |
| naming | MemberName | Member name '_iframeSupported' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 295 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 296 | |
| naming | MemberName | Member name '_acceptCookies' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 296 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 297 | |
| naming | MemberName | Member name '_acceptGzip' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 297 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 298 | |
| naming | MemberName | Member name '_autoRedirect' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 298 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 299 | |
| naming | MemberName | Member name '_autoRefresh' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 301 | |
| naming | MemberName | Member name '_dnsListener' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 302 | |
| naming | MemberName | Member name '_sendReferer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 302 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 304 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 306 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 309 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 311 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 313 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 319 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 333 |
com/meterware/httpunit/DNSListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'DNSListener' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
com/meterware/httpunit/DeleteMethodWebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 |
com/meterware/httpunit/DialogAdapter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
com/meterware/httpunit/DialogResponder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
com/meterware/httpunit/ElementRegistry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_map' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
com/meterware/httpunit/EncodingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.UnsupportedEncodingException' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 60 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 29, 31. | 61 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 29, 31. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 63 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 63 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 32, 34, 38. | 64 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 32, 34, 38. | 65 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 67 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'hebrewName' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 150 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 151 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 154 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 155 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 156 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 183 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 184 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 187 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 188 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 189 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 232 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 257 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 263 |
com/meterware/httpunit/FileUploadTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.activation.DataSource' | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 86 | |
| blocks | EmptyCatchBlock | Empty catch block. | 86 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 103 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 104 | |
| blocks | EmptyCatchBlock | Empty catch block. | 104 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 121 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 122 | |
| blocks | EmptyCatchBlock | Empty catch block. | 122 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 235 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 236 | |
| blocks | EmptyCatchBlock | Empty catch block. | 236 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 272 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 289 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 291 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 297 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 329 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 330 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 331 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 332 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 333 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 334 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 335 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 336 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 337 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 338 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 339 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 340 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 341 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 342 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 343 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 50, 52. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 346 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 353 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 357 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 387 | |
| design | OneTopLevelClass | Top-level class ByteArrayDataSource has to reside in its own source file. | 390 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 391 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 394 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 399 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 404 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 408 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 409 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 414 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 416 | |
| naming | MemberName | Member name '_contentType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 416 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 417 | |
| naming | MemberName | Member name '_inputStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 417 | |
| design | OneTopLevelClass | Top-level class MimeEcho has to reside in its own source file. | 421 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 422 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 426 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 427 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 428 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 429 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 430 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 431 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 432 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 433 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 434 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 435 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 437 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 438 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 442 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 444 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 445 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 447 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 448 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 450 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 451 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 453 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 457 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 458 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 467 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 471 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 472 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 474 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 478 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 480 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 481 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 482 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 483 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 484 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 485 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 486 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 487 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 488 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 489 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 490 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 491 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 492 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 493 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 494 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 495 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 496 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 498 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 500 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 503 |
com/meterware/httpunit/FixedURLWebRequestSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_presetParameterMap' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_presetParameterList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 174 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '152'. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 219 | |
| design | OneTopLevelClass | Top-level class PresetParameter has to reside in its own source file. | 223 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 224 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 | |
| design | OneTopLevelClass | Top-level class IllegalNonFormParametersRequest has to reside in its own source file. | 241 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 251 |
com/meterware/httpunit/FormControl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_form' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_control' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 100 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 268 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 275 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 302 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 309 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 318 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 325 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 330 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 336 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 336 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 338 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 342 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 346 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 348 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 358 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 360 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 363 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 366 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 369 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 370 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 371 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 372 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 373 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 374 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 375 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 376 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 380 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 385 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 388 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 389 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 391 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 394 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 397 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 400 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 406 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 408 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 409 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 412 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 414 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 416 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 418 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 421 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 423 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 430 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 431 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 433 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 440 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 441 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 443 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 447 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 448 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 450 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 456 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 458 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 459 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 460 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 461 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 462 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 464 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 465 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 467 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 477 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 478 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 479 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 480 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 481 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 482 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 483 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 484 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 486 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 494 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 497 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 498 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 499 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 501 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 508 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 509 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 510 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 511 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 512 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 513 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 515 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 519 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 520 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 522 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 526 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 527 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 529 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 532 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 537 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 538 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 539 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 540 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 541 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 544 | |
| design | OneTopLevelClass | Top-level class BooleanFormControl has to reside in its own source file. | 548 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 550 | |
| naming | MemberName | Member name '_displayedValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 550 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 552 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 552 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 556 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 557 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 559 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 563 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 564 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 565 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 566 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 567 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 568 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 569 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 570 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 571 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 572 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 573 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 575 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 577 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 578 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 579 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 580 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 581 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 583 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 585 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 586 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 587 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 588 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 589 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 591 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 592 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 593 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 595 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 596 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 597 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 598 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 600 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 601 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 603 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 604 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 605 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 607 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 609 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 610 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 612 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 614 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 615 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 617 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 618 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 619 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 625 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 627 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 628 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 635 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 636 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 638 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 640 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 641 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 643 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 645 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 646 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 647 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 648 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 653 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 655 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 656 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 657 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 658 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 660 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 661 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 662 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 664 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 666 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 667 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 668 | |
| design | OneTopLevelClass | Top-level class CheckboxFormControl has to reside in its own source file. | 671 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 673 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 675 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 676 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 678 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 679 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 680 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 682 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 684 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 685 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 686 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 687 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 688 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 689 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 690 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 691 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 693 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 695 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 696 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 697 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 702 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 704 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 705 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 710 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 712 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 713 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 714 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 715 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 716 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 717 | |
| design | OneTopLevelClass | Top-level class TextFormControl has to reside in its own source file. | 720 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 722 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 723 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 724 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 730 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 732 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 733 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 735 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 735 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 737 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 737 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 739 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 739 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 744 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 746 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 747 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 749 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 751 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 752 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 754 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 756 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 757 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 758 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 759 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 761 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 767 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 769 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 770 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 771 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 773 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 774 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 775 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 776 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 777 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 778 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 779 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 780 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 781 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 782 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 783 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 784 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 785 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 786 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 787 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 789 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 791 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 792 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 793 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 794 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 796 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 797 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 798 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 800 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 802 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 804 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 805 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 806 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 807 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 808 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 809 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 810 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 811 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 813 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 815 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 816 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 817 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 818 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 819 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 820 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 821 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 822 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 823 | |
| design | OneTopLevelClass | Top-level class TextFieldFormControl has to reside in its own source file. | 826 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 828 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 828 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 830 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 832 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 833 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 835 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 836 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 837 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 838 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 839 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 841 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 843 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 844 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 846 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 848 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 849 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 851 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 853 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 854 | |
| design | OneTopLevelClass | Top-level class PasswordFieldFormControl has to reside in its own source file. | 857 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 859 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 861 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 862 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 864 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 865 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 866 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 869 | |
| design | OneTopLevelClass | Top-level class HiddenFieldFormControl has to reside in its own source file. | 872 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 874 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 876 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 877 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 879 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 880 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 881 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 883 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 885 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 886 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 888 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 890 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 892 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 894 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 895 | |
| design | OneTopLevelClass | Top-level class TextAreaFormControl has to reside in its own source file. | 898 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 900 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 900 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 902 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 903 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 904 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 905 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 907 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 909 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 910 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 912 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 914 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 915 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 917 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 919 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 920 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 922 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 924 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 925 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 929 | |
| design | OneTopLevelClass | Top-level class FileSubmitFormControl has to reside in its own source file. | 932 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 934 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 939 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 941 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 942 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 944 | |
| naming | MemberName | Member name '_fileToUpload' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 944 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 946 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 949 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 951 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 953 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 955 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 956 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 957 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 958 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 959 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 961 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 963 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 964 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 965 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 970 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 972 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 973 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 978 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 980 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 981 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 983 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 984 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 985 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 990 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 992 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 993 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 994 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 995 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 996 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 997 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 998 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1000 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1002 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1003 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1004 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1005 | |
| design | OneTopLevelClass | Top-level class MissingParameterValueException has to reside in its own source file. | 1013 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1015 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 1017 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1018 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1019 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1020 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1021 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1023 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1025 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1026 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1027 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1028 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1029 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1030 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1031 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 1032 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1033 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1034 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1035 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1036 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1038 | |
| naming | MemberName | Member name '_parameterName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1038 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1039 | |
| naming | MemberName | Member name '_missingValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1039 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1040 | |
| naming | MemberName | Member name '_proposedValues' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1040 |
com/meterware/httpunit/FormParameter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 25 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_controls' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_controlList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_group' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getUNKNOWN_PARAMETER' must contain no more than '1' consecutive capital letters. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 144 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 160 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 161 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 178 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 179 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 180 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 201 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 209 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 218 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 229 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 239 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 240 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 249 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 253 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 263 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 264 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 268 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 270 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 278 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 279 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 280 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 283 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 285 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 293 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 294 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 298 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 303 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 306 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 314 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 316 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 325 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 326 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 327 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 329 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 339 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 342 | |
| naming | MemberName | Member name '_parameterName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 342 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 343 | |
| naming | MemberName | Member name '_badValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 343 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 344 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 351 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 353 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 364 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 365 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 366 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 367 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 369 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 375 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 378 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 379 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 380 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 382 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 385 | |
| naming | MemberName | Member name '_parameterName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 386 | |
| naming | MemberName | Member name '_numExpected' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 386 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 387 | |
| naming | MemberName | Member name '_numSupplied' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 387 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 388 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 401 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 402 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 407 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 410 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 413 | |
| naming | MemberName | Member name '_parameterName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 413 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 414 | |
| naming | MemberName | Member name '_methodName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 414 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 415 |
com/meterware/httpunit/FormParametersTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| javadoc | AtclauseOrder | Javadoc comment at column 41 has parse error. Missed HTML close tag 'select'. Sometimes it means that close tag missed for one of previous tags. | 118 | |
| javadoc | JavadocParagraph | Javadoc comment at column 41 has parse error. Missed HTML close tag 'select'. Sometimes it means that close tag missed for one of previous tags. | 118 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 41 has parse error. Missed HTML close tag 'select'. Sometimes it means that close tag missed for one of previous tags. | 118 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 41 has parse error. Missed HTML close tag 'select'. Sometimes it means that close tag missed for one of previous tags. | 118 | |
| javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc comment at column 41 has parse error. Missed HTML close tag 'select'. Sometimes it means that close tag missed for one of previous tags. | 118 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 41 has parse error. Missed HTML close tag 'select'. Sometimes it means that close tag missed for one of previous tags. | 118 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 41 has parse error. Missed HTML close tag 'select'. Sometimes it means that close tag missed for one of previous tags. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 156 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 157 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 157 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 159 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 159 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 161 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 162 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 163 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 228 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 253 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 255 | |
| blocks | EmptyCatchBlock | Empty catch block. | 255 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 257 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 273 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 287 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 308 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 310 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 375 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 388 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 400 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 420 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 422 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 432 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 438 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 439 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 440 | |
| blocks | EmptyCatchBlock | Empty catch block. | 440 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 444 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 445 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 446 | |
| blocks | EmptyCatchBlock | Empty catch block. | 446 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 451 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 455 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 456 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 457 | |
| blocks | EmptyCatchBlock | Empty catch block. | 457 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 458 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 460 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 472 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 473 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'request' declaration and its first usage is 10, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 474 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 476 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 478 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 485 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 486 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 488 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 489 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 490 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 492 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 494 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 496 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 498 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 499 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 501 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 504 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 506 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 508 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 522 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 524 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 527 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 528 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 529 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 531 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 532 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 534 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 535 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 536 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 537 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 543 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 544 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 545 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 547 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 549 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 553 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 555 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 564 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 568 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 570 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 575 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 577 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 578 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 580 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 583 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 584 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 585 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 586 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 588 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 591 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 593 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 595 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 596 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 597 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 599 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 601 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 602 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 604 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 606 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 607 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 608 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 609 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 611 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 612 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 612 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 614 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 615 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 617 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 619 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 622 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 624 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 627 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 628 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 630 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 631 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 632 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 633 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 634 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 635 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 636 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 637 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 639 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 640 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 641 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 642 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 643 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 644 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 646 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 655 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 656 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 657 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 658 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 659 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 661 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 663 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 664 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 666 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 667 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 667 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 669 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 670 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 671 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 672 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 673 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 678 | |
| naming | MemberName | Member name '_wc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 678 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 680 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 682 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 683 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 684 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 685 | |
| blocks | EmptyCatchBlock | Empty catch block. | 685 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 686 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 687 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 689 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 691 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 692 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 693 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 694 | |
| blocks | EmptyCatchBlock | Empty catch block. | 694 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 695 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 696 |
com/meterware/httpunit/FormSubmitTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 208 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 229 | |
| blocks | EmptyCatchBlock | Empty catch block. | 229 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 234 | |
| blocks | EmptyCatchBlock | Empty catch block. | 234 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 238 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 244 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 247 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 258 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 259 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 264 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 266 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 283 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 284 | |
| blocks | EmptyCatchBlock | Empty catch block. | 284 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 287 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 289 | |
| blocks | EmptyCatchBlock | Empty catch block. | 289 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 291 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 310 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 312 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'buttonIDDetection' must contain no more than '1' consecutive capital letters. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 324 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 346 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 357 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 370 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 386 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 393 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 405 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 407 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 415 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 420 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 422 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 423 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 424 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 425 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 427 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 439 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 451 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 455 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 457 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 459 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 471 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 472 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 473 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 484 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 486 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 487 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 489 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 490 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 492 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 493 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 494 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 495 | |
| blocks | EmptyCatchBlock | Empty catch block. | 495 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 496 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 497 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 505 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 506 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 508 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 509 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 510 | |
| blocks | EmptyCatchBlock | Empty catch block. | 510 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 512 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 514 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 520 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 524 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 526 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 527 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 528 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 530 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 531 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 532 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 534 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 536 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 537 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 538 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 539 | |
| blocks | EmptyCatchBlock | Empty catch block. | 539 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 544 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 545 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 546 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 548 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 553 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 555 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 556 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 558 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 560 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 562 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 570 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 572 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 574 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 576 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 580 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 583 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 584 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 585 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 587 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 589 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 594 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 595 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 596 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 597 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 598 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 600 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 602 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 604 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 607 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 608 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 615 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 616 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 617 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 619 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 620 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 621 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 623 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 625 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 629 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 630 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 631 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 633 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 634 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 635 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 636 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 637 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 638 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 639 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 641 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 644 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 646 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 648 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 651 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 652 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 10. | 653 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 12. | 654 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 12. | 655 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 14. | 656 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 12. | 658 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 12. | 659 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 12. | 660 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 10. | 661 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 663 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 667 | |
| naming | MemberName | Member name '_wc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 667 |
com/meterware/httpunit/FrameHolder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 29 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_contents' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_subframes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | MemberName | Member name '_window' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_topFrame' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 79 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 135 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 141 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 161 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 177 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 188 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 189 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 191 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 192 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 195 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 196 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 197 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 205 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 211 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 218 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 226 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 231 |
com/meterware/httpunit/FrameSelector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| naming | MemberName | Member name '_window' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| naming | MemberName | Member name '_parent' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 |
com/meterware/httpunit/GetMethodWebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 |
com/meterware/httpunit/HTMLElement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElement' must contain no more than '1' consecutive capital letters. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getID' must contain no more than '1' consecutive capital letters. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 |
com/meterware/httpunit/HTMLElementBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElementBase' must contain no more than '1' consecutive capital letters. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_node' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_scriptable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_supportedAttributes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '144'. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 198 |
com/meterware/httpunit/HTMLElementPredicate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElementPredicate' must contain no more than '1' consecutive capital letters. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 |
com/meterware/httpunit/HTMLElementScriptable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElementScriptable' must contain no more than '1' consecutive capital letters. | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 |
com/meterware/httpunit/HTMLPage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLPage' must contain no more than '1' consecutive capital letters. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_scriptable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 92 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 111 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 135 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 140 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 148 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 153 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 165 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 167 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 179 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 183 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 188 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 191 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 192 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 197 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 200 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 201 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 214 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 225 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getElementWithID' must contain no more than '1' consecutive capital letters. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 226 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'elementWithID' must contain no more than '1' consecutive capital letters. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 231 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 241 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 273 |
com/meterware/httpunit/HTMLSegment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLSegment' must contain no more than '1' consecutive capital letters. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getElementWithID' must contain no more than '1' consecutive capital letters. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getFormWithID' must contain no more than '1' consecutive capital letters. | 70 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ID' must contain no more than '1' consecutive capital letters. | 70 | |
| naming | ParameterName | Parameter name 'ID' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 252 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getTableWithID' must contain no more than '1' consecutive capital letters. | 252 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ID' must contain no more than '1' consecutive capital letters. | 252 | |
| naming | ParameterName | Parameter name 'ID' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 252 |
com/meterware/httpunit/HeadMethodWebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 |
com/meterware/httpunit/HeaderOnlyWebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 27 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 42 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 43 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 44 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 45 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 |
com/meterware/httpunit/HtmlTablesTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 170 | |
| blocks | EmptyCatchBlock | Empty catch block. | 170 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 175 | |
| blocks | EmptyCatchBlock | Empty catch block. | 175 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 237 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 276 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 318 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 335 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 362 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 364 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 367 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'cellsWithID' must contain no more than '1' consecutive capital letters. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 389 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 391 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 401 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 403 | |
| naming | MemberName | Member name '_wc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 403 |
com/meterware/httpunit/HttpException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| naming | MemberName | Member name '_responseCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| naming | MemberName | Member name '_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| naming | MemberName | Member name '_responseMessage' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| naming | MemberName | Member name '_cause' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 157 |
com/meterware/httpunit/HttpHeader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| naming | MemberName | Member name '_label' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| naming | MemberName | Member name '_properties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| naming | MemberName | Member name '_headerString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 54 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 55 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 57 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 58 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 106 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 107 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 108 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'name' declaration and its first usage is 8, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 109 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 112 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 119 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 121 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 122 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 125 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 126 | |
| indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 8. | 127 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 128 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 129 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 8. | 130 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 131 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 132 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 133 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 134 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 8. | 136 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 137 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 138 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 8. | 139 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 144 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 145 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 147 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 |
com/meterware/httpunit/HttpInternalErrorException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
com/meterware/httpunit/HttpNotFoundException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 |
com/meterware/httpunit/HttpUnitOptions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 250 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 266 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 274 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 288 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 296 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 304 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 326 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 333 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 366 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 376 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 386 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 388 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 393 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 400 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 402 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 402 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 404 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 406 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 407 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 409 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 409 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 411 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 412 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 413 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 415 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 416 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 417 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 418 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 419 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 420 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 421 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 423 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 424 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 427 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 434 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 436 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 439 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 443 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 450 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 451 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 455 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 462 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 470 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 476 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 477 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 479 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 484 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 488 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 490 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 543 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 545 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 546 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 548 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 549 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 556 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 559 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 561 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 563 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 565 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 567 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 569 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 571 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 573 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 575 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 577 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 579 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 581 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 583 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 585 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 587 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 589 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 591 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 593 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 595 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 596 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 598 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 600 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 605 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 607 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 609 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 617 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 618 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 619 |
com/meterware/httpunit/HttpUnitTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 82 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 83 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 85 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 88 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 95 |
com/meterware/httpunit/HttpUnitUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 86 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 87 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 88 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 89 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 90 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 91 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 92 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '120'. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 159 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| naming | ParameterName | Parameter name 'pArray' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 183 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 185 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 187 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 188 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 189 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 190 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 191 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 192 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 193 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 194 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 195 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 196 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be 10. | 197 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 16, expected level should be 8. | 198 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parseISToString' must contain no more than '1' consecutive capital letters. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 216 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 217 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 218 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 221 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 224 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 225 | |
| blocks | EmptyCatchBlock | Empty catch block. | 225 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 226 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 241 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 243 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 244 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 245 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 246 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 247 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 248 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 249 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 250 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 251 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 253 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 270 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 271 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 272 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 273 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 274 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 275 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 276 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 277 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 278 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 279 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 286 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 289 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 290 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 291 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 294 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 296 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 304 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 306 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 307 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 308 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 316 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 319 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 321 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 322 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 323 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 326 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 332 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 334 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 337 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 345 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 356 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 359 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 361 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 369 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 371 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 380 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 387 | |
| naming | LocalVariableName | Local variable name 'aChar' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 387 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 390 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 391 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 393 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 394 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 395 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 399 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 402 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 406 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 408 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 409 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 410 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 411 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 412 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 414 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 415 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 416 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 417 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 421 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 426 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 428 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 432 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 434 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 436 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'publicID' must contain no more than '1' consecutive capital letters. | 437 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'systemID' must contain no more than '1' consecutive capital letters. | 437 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 438 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 439 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 442 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 443 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 444 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 445 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 447 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 448 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 449 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 455 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 456 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 457 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 458 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 460 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 463 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'isEXCEPTION_DEBUG' must contain no more than '1' consecutive capital letters. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 465 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 467 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 471 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setEXCEPTION_DEBUG' must contain no more than '1' consecutive capital letters. | 471 | |
| naming | ParameterName | Parameter name 'exception_debug' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 471 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 472 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 473 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 475 |
com/meterware/httpunit/HttpWebResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | MemberName | Member name '_referer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 63 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 69 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 97 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 98 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 104 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 105 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 107 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 185 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 199 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| naming | MemberName | Member name '_responseCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| naming | MemberName | Member name '_responseMessage' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 202 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 224 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 226 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 229 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 235 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 237 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 238 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 239 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be 10. | 240 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 16, expected level should be 8. | 241 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 244 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 257 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 264 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 266 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 269 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 271 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 278 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 279 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 280 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 281 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 282 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 283 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 284 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 290 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 294 |
com/meterware/httpunit/HttpsProtocolSupport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.net.ssl.SSLContext' | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'useIBM' must contain no more than '1' consecutive capital letters. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 88 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 89 | |
| blocks | EmptyCatchBlock | Empty catch block. | 89 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 101 | |
| blocks | EmptyBlock | Empty if block. | 101 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 119 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 121 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 144 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 145 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 147 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 157 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 190 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'registerSSLProtocolHandler' must contain no more than '1' consecutive capital letters. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 196 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 |
com/meterware/httpunit/IllegalRequestParameterException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
com/meterware/httpunit/MessageBodyRequestTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 36 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 177 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 | |
| design | OneTopLevelClass | Top-level class BodyEcho has to reside in its own source file. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 197 |
com/meterware/httpunit/MessageBodyWebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_body' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_mimeEncoded' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 131 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 131 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 157 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 12, expected level should be 6. | 161 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 162 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 163 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 167 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 174 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 177 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 181 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 186 | |
| naming | MemberName | Member name '_source' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 187 | |
| naming | MemberName | Member name '_contentType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 |
com/meterware/httpunit/NoSuchFrameException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| naming | MemberName | Member name '_frameName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
com/meterware/httpunit/NodeUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 | |
| indentation | Indentation | 'interface def ident' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 160 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 180 | |
| naming | MemberName | Member name '_pendingNodes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 180 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 181 | |
| naming | MemberName | Member name '_traversalContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 185 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 189 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 211 | |
| naming | MemberName | Member name '_forwardIterator' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 237 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 238 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 239 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 240 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 246 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 247 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 248 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 249 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 250 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 251 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 252 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 253 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 254 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 255 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 256 | |
| indentation | Indentation | 'else' child has incorrect indentation level 24, expected level should be 12. | 257 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 20, expected level should be 10. | 258 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 259 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 260 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 266 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 267 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 268 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 274 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 275 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 277 |
com/meterware/httpunit/NormalizeURLTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 26 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 222 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 259 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 265 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 271 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 277 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 295 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 307 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 313 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 319 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 325 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 337 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 350 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 357 |
com/meterware/httpunit/NotHTMLException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NotHTMLException' must contain no more than '1' consecutive capital letters. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | MemberName | Member name '_contentType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
com/meterware/httpunit/OptionsMethodWebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 28 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 33 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 35 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 40 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 45 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 48 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 52 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 56 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 |
com/meterware/httpunit/ParameterHolder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 |
com/meterware/httpunit/ParsedHTML.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 37 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 48 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ParsedHTML' must contain no more than '1' consecutive capital letters. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| naming | MemberName | Member name '_rootNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| naming | MemberName | Member name '_baseURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| naming | MemberName | Member name '_frame' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| naming | MemberName | Member name '_baseTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| naming | MemberName | Member name '_response' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| naming | MemberName | Member name '_updateElements' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| naming | MemberName | Member name '_enableNoScriptNodes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| naming | AbbreviationAsWordInName | Abbreviation in name '_elementsByID' must contain no more than '1' consecutive capital letters. | 75 | |
| naming | MemberName | Member name '_elementsByID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| naming | MemberName | Member name '_elementsByName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| naming | MemberName | Member name '_elementsByClass' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| naming | MemberName | Member name '_registry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| naming | MemberName | Member name '_blocksList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| naming | MemberName | Member name '_blocks' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| naming | MemberName | Member name '_tableList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| naming | MemberName | Member name '_tables' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| naming | MemberName | Member name '_frameList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| naming | MemberName | Member name '_frames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 135 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 136 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 152 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 153 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 169 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 171 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 196 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 197 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 214 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 240 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getElementWithID' must contain no more than '1' consecutive capital letters. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 274 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 275 | |
| naming | LocalVariableName | Local variable name 'aValue' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 275 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 278 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 279 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 282 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 290 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 305 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 308 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 313 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 314 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 315 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 316 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 317 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 318 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 326 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getFormWithID' must contain no more than '1' consecutive capital letters. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 328 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 333 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getLinkWithID' must contain no more than '1' consecutive capital letters. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 336 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '240'. | 338 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 338 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getElementWithID' must contain no more than '1' consecutive capital letters. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 341 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 345 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 353 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 354 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 355 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 358 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 367 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 368 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 369 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 372 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 386 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 388 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 394 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 395 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 396 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 397 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 398 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 399 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 400 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 401 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 16, expected level should be 8. | 402 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 405 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 414 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 417 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 420 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 422 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 423 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 424 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 441 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 442 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 444 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 449 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 457 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 458 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 459 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 467 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 470 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 472 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 475 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 476 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 477 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 478 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 482 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 483 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 484 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 485 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 486 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 487 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 488 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 490 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 491 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 492 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 493 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 494 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 495 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 496 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 499 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 501 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElementFactory' must contain no more than '1' consecutive capital letters. | 501 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 502 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'toHTMLElement' must contain no more than '1' consecutive capital letters. | 502 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 502 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 504 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 504 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 505 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 506 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 510 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 513 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 514 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 517 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 517 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getParsedHTML' must contain no more than '1' consecutive capital letters. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 518 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 521 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 521 | |
| naming | ParameterName | Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 521 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 522 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 526 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 527 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 528 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 530 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 532 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 533 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 538 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 539 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 543 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 544 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 558 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 560 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 561 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 562 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 563 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 564 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 565 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 567 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 568 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 569 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 570 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 571 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 572 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 574 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 575 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 576 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 577 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 578 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 580 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 582 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 583 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 585 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 587 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 588 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 589 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 590 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 591 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 592 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 593 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 594 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 595 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 597 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 599 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 601 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 602 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 603 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 604 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 606 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 607 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 608 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 609 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 610 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 612 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 614 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 615 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 616 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 617 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 619 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 621 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 622 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 623 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 625 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 626 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 627 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 628 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 629 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 630 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 632 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'WebIFrameFactory' must contain no more than '1' consecutive capital letters. | 632 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 633 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 634 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 635 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 636 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 638 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 640 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 641 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 643 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 645 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 646 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 647 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 649 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 650 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 651 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 652 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 653 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 654 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 656 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 657 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 658 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 659 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 660 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 662 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 664 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 665 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 666 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 668 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 669 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 670 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 671 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 672 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 674 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 676 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 677 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 679 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 681 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 682 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 683 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 684 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 685 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 686 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 687 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 688 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 689 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 690 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 691 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 693 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 694 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 695 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 696 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 697 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 698 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 699 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 700 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 701 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 703 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 704 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 705 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 707 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 709 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 710 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 712 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 714 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 715 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 716 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 718 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 719 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 720 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 721 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 722 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 723 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 724 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 725 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 726 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 728 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 729 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 730 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 732 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 734 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 735 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 737 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 739 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 740 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 741 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 743 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 745 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 746 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 747 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 748 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 749 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 750 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 751 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 752 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 754 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 754 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 755 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 757 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 758 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 759 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 760 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 762 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 763 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 764 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 765 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 767 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 768 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 769 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 770 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 771 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 773 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 775 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 776 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 778 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 780 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 781 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 782 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 783 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 784 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 786 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 787 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 788 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 789 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 791 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 792 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 793 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 794 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 795 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 796 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 797 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 798 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 799 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 801 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 802 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 803 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 805 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 807 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 808 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 810 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 812 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 813 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 815 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 816 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 818 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 819 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 820 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 821 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 822 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 823 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 824 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 825 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 826 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 827 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 828 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 829 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 830 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 831 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 832 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 833 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 834 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 836 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 837 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 838 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 840 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 841 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 842 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 843 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 845 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getHTMLElementFactory' must contain no more than '1' consecutive capital letters. | 845 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 846 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 847 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 848 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 850 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 851 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 852 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 853 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 855 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 861 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 865 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 868 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 877 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 883 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 888 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 889 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 890 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 892 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 893 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 895 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 896 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 897 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 898 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 900 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 901 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 902 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 904 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 905 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 906 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 908 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 909 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 910 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 912 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'toWebIFrame' must contain no more than '1' consecutive capital letters. | 912 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 913 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 914 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 916 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 921 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 923 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 924 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 925 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 927 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 935 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 940 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 941 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 942 | |
| blocks | EmptyBlock | Empty if block. | 942 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 943 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 945 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 949 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 950 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 952 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 953 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 954 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 956 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 957 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 958 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 960 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 961 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 962 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 964 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 965 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 966 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 968 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 969 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 970 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 972 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 973 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 974 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 976 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 977 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 978 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 979 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 980 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 981 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 982 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 983 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 984 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 985 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 986 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 988 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 989 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 991 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 992 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 993 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 994 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 995 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 996 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 997 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 998 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 999 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1000 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1002 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1003 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1004 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1005 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1006 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1007 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1008 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1010 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1011 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1012 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1013 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1014 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1015 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1017 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1018 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1019 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1020 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1021 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1022 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1023 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1024 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1025 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1026 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1027 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1028 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1033 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1034 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1035 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1040 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1041 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1042 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1043 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1048 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1049 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1050 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1055 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1056 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1057 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1058 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1059 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1060 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1061 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1062 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1063 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1068 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1069 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1070 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1071 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1072 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1073 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1074 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1075 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1076 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1077 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1082 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1083 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1084 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1085 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1086 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1087 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1088 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1089 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1090 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1095 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1096 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1097 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1098 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1099 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1100 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1109 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1110 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1113 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1116 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1174 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getTableWithID' must contain no more than '1' consecutive capital letters. | 1174 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ID' must contain no more than '1' consecutive capital letters. | 1174 | |
| naming | ParameterName | Parameter name 'ID' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 1174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1181 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getDOM' must contain no more than '1' consecutive capital letters. | 1181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1182 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1189 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1190 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1198 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1199 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1200 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1203 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1204 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1205 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1214 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1215 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1221 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1222 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1225 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1226 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1231 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getOriginalDOM' must contain no more than '1' consecutive capital letters. | 1231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1232 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1233 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1236 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1237 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1242 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1243 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1244 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1245 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1247 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1248 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1252 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1253 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1254 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1257 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1262 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1263 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1264 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1265 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1266 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1267 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 1268 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 1269 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1270 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 1271 | |
| indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be 12. | 1272 | |
| indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be 14. | 1273 | |
| indentation | Indentation | 'if' has incorrect indentation level 28, expected level should be 14. | 1274 | |
| indentation | Indentation | 'if' child has incorrect indentation level 32, expected level should be 16. | 1275 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 28, expected level should be 14. | 1276 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 24, expected level should be 12. | 1277 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1278 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 1279 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 1280 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1282 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1283 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1289 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1290 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1291 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1292 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1293 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1294 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 1295 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 1296 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1297 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 1298 | |
| indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be 12. | 1299 | |
| indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be 14. | 1300 | |
| indentation | Indentation | 'if' has incorrect indentation level 28, expected level should be 14. | 1301 | |
| indentation | Indentation | 'if' child has incorrect indentation level 32, expected level should be 16. | 1302 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 28, expected level should be 14. | 1303 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 24, expected level should be 12. | 1304 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1305 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 1306 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 1307 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1308 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1309 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1310 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1312 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1313 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 1315 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'WebIFrame' must contain no more than '1' consecutive capital letters. | 1315 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1317 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1318 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1319 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1320 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1322 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 1325 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1327 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1328 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1329 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1333 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1334 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1338 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1339 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1340 |
com/meterware/httpunit/PostMethodWebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 |
com/meterware/httpunit/PutMethodWebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
com/meterware/httpunit/RadioButtonFormControl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 24 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 26 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 |
com/meterware/httpunit/RadioGroupFormControl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_buttonList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_buttons' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_allowedValues' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 74 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 88 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 137 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 147 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 165 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 167 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 |
com/meterware/httpunit/RecursiveRedirectionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 24 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 |
com/meterware/httpunit/RequestContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 25 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_newResponses' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 42 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 43 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 |
com/meterware/httpunit/RequestTargetTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| naming | MemberName | Member name '_wc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 |
com/meterware/httpunit/ResetButton.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 |
com/meterware/httpunit/ScriptException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 |
com/meterware/httpunit/SubmitButton.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_fake' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 179 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 197 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 216 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 218 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 220 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 221 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 222 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 229 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 230 | |
| naming | MemberName | Member name '_isImageButton' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 230 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 231 | |
| naming | MemberName | Member name '_pressed' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 231 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 232 | |
| naming | MemberName | Member name '_x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 233 | |
| naming | MemberName | Member name '_y' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '88'. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 247 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 252 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 266 |
com/meterware/httpunit/TableCell.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.html.HTMLTableCellElement' | 24 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 |
com/meterware/httpunit/TableRow.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.html.HTMLTableCellElement' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_cells' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_webTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 |
com/meterware/httpunit/TextBlock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 25 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_lists' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 10. | 64 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 12. | 65 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 10. | 66 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 67 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 10. | 71 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 12. | 72 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 10. | 73 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 74 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
com/meterware/httpunit/TextBlockTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 29 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 |
com/meterware/httpunit/UncheckedParameterHolder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_parameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_submitAsMime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 52 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 104 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 105 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 106 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 107 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 131 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 170 |
com/meterware/httpunit/UnsupportedActionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
com/meterware/httpunit/WebApplet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.applet.Applet' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_response' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_baseTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| naming | MemberName | Member name '_applet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| naming | MemberName | Member name '_parameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| naming | MemberName | Member name '_parameterNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 57 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'CLASS_EXTENSION' must contain no more than '1' consecutive capital letters. | 57 | |
| naming | MemberName | Member name 'CLASS_EXTENSION' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 144 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 145 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 147 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 148 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 154 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 161 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 163 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 191 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 195 | |
| blocks | EmptyCatchBlock | Empty catch block. | 195 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 197 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 |
com/meterware/httpunit/WebAppletTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 37 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appletWithinADirectory' must contain no more than '1' consecutive capital letters. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 203 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 203 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 208 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 213 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 |
com/meterware/httpunit/WebClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 38 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_openWindows' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| naming | MemberName | Member name '_mainWindow' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| naming | MemberName | Member name '_fixedAuthorizationString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| naming | MemberName | Member name '_authorizationString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| naming | MemberName | Member name '_proxyAuthorizationString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| naming | MemberName | Member name '_credentials' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 71 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 87 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 88 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '99'. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 263 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 274 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 280 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 295 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 308 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 313 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 315 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 317 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 319 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 327 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 335 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 350 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 355 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 357 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 358 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 361 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 366 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 368 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 370 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 375 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 378 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 379 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 381 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 386 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 388 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 389 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 390 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 397 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 403 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 405 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 415 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 419 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 421 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 431 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 436 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 438 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 444 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 445 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 447 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 451 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 456 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 457 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 459 | |
| naming | MethodName | Method name 'AddHeaderIfNotNull' must match pattern '^[a-z][a-z0-9]\w*$'. | 459 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 460 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 461 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 462 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 463 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 469 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 469 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 471 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 476 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 480 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 484 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 485 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 486 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 488 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 489 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 492 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 495 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 496 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 498 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 500 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 502 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 503 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 505 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 507 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 512 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 514 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 517 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 519 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 521 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 522 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 523 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 524 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 525 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 526 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 527 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 528 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 529 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 530 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 531 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 532 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 533 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 534 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 535 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 536 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 537 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 538 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 540 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 542 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 543 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 544 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 545 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 546 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 548 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 549 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 552 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 555 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 558 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 562 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 564 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 570 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 571 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 573 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 574 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 575 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 576 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 580 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 582 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 584 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 585 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 586 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 588 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 594 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 595 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 596 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 601 | |
| naming | MemberName | Member name '_alerts' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 601 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 604 | |
| naming | MemberName | Member name '_cookieJar' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 604 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 607 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 607 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 609 | |
| naming | MemberName | Member name '_exceptionsThrownOnErrorStatus' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 609 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 611 | |
| naming | MemberName | Member name '_clientListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 611 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 613 | |
| naming | MemberName | Member name '_windowListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 613 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 615 | |
| naming | MemberName | Member name '_dialogResponder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 615 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 617 | |
| naming | MemberName | Member name '_clientProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 617 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 624 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 625 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 627 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 628 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 629 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 630 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 631 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 632 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 634 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 636 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 638 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 639 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 640 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 641 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 642 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 643 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 645 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 646 | |
| naming | LocalVariableName | Local variable name '_openWindow' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 646 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 647 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 648 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 649 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 650 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 651 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 652 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 653 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 654 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 671 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 672 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 673 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 675 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 676 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 677 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 678 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 679 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 680 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 681 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 682 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 683 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 684 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 686 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 687 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 688 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 692 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 692 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 692 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 694 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 696 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 696 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 697 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 698 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 699 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 700 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 701 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 703 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 705 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 706 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 708 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 710 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 711 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 713 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 715 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 716 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 717 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 718 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 719 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 720 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 721 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 722 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 723 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 729 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 730 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 731 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 732 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 733 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 734 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 735 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 736 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 737 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 739 | |
| design | OneTopLevelClass | Top-level class RedirectWebRequest has to reside in its own source file. | 745 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 747 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 748 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 749 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 750 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 751 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 752 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 757 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 759 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 760 |
com/meterware/httpunit/WebClientListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 |
com/meterware/httpunit/WebClientTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 46 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 102 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 104 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 105 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 106 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 107 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 109 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 110 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 112 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 117 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 118 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 122 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 123 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 273 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 338 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 344 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 346 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 364 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 388 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 393 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 394 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 405 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 419 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 420 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 421 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 432 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 438 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 454 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 455 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 456 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 465 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 466 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 467 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 468 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 469 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 471 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 473 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 478 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 485 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 486 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 487 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 494 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 496 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 497 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 508 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 512 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 521 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 522 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 527 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 533 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 548 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 549 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 553 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 564 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 566 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 569 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 571 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 579 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 587 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 588 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 591 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 596 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 598 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 605 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 607 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 612 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 619 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 621 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 623 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 624 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 625 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 627 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 629 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 630 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 631 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 632 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 633 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 634 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 635 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 636 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 637 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 638 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 639 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 640 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 641 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 642 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 643 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 644 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 645 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 646 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 647 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 648 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 649 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 651 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 652 | |
| naming | MemberName | Member name '_missingValues' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 652 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 653 | |
| naming | MemberName | Member name '_extraValues' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 653 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 655 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 657 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 658 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 659 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 660 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 661 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 662 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 663 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 664 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 665 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 667 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 668 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 669 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 671 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 672 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 673 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 675 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 676 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 677 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 678 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 679 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 680 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 681 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 689 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 691 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 692 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 693 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 694 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'page0' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 696 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 696 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'page1' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 697 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 697 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'page2' declaration and its first usage is 11, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 698 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 698 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 700 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 701 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 703 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 711 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 712 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 713 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 714 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 715 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 717 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 718 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 719 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 720 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 721 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 722 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 723 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 724 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 725 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 726 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 727 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 728 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 729 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 730 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 731 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 733 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 735 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 736 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 738 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 741 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 743 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 745 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 746 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 748 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 750 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 751 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 752 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 754 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 756 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 757 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 759 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 767 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 768 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 769 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 770 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 771 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 773 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 777 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 779 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 781 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceAName' must contain no more than '1' consecutive capital letters. | 781 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 782 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceBName' must contain no more than '1' consecutive capital letters. | 782 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 783 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceCName' must contain no more than '1' consecutive capital letters. | 783 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 793 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceAContent' must contain no more than '1' consecutive capital letters. | 793 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 794 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 795 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 795 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 796 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 796 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 797 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 798 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 801 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 803 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 804 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 806 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 808 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 809 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 811 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 812 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 813 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 814 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 815 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 816 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 818 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 821 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 825 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 827 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 829 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 830 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 832 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 833 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 834 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 835 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 836 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 837 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 838 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 840 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 843 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 847 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 849 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceAName' must contain no more than '1' consecutive capital letters. | 849 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 850 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceBName' must contain no more than '1' consecutive capital letters. | 850 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'resourceCName' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 851 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 851 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceCName' must contain no more than '1' consecutive capital letters. | 851 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 854 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 855 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 857 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 858 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 860 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 861 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 863 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 864 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 865 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 866 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 867 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 868 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 869 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 871 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 878 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 880 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 881 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 883 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 885 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 887 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 888 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 891 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 892 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 893 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 894 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 895 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 898 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 899 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 900 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 901 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 902 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 903 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 904 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 906 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 907 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 909 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 912 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 916 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 918 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceAName' must contain no more than '1' consecutive capital letters. | 918 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 919 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceBName' must contain no more than '1' consecutive capital letters. | 919 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'resourceCName' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 920 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 920 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'resourceCName' must contain no more than '1' consecutive capital letters. | 920 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 923 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 924 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 926 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 927 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 929 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 930 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 932 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 933 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 934 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 935 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 936 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 937 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 938 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 939 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 940 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 941 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 943 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 944 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 945 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 950 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 952 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 954 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 955 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 957 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 958 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 959 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 960 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 961 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 962 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 963 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 964 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 965 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 966 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 967 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 969 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 970 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 971 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 973 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 976 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 978 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 980 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 981 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 983 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 984 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 985 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 986 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 987 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 988 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 989 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 991 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 993 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 996 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 998 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 999 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1000 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1001 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1002 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1003 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1010 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1012 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'xtestGZIPHandling2' must contain no more than '1' consecutive capital letters. | 1012 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1013 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1014 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1015 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1016 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1017 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1019 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1021 | |
| naming | MemberName | Member name '_responseText' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1021 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1022 | |
| naming | MemberName | Member name '_suppressLengthHeader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1022 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1024 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1025 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1026 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1028 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1029 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1030 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1031 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1033 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1035 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1036 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1037 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1038 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1039 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1040 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1041 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1042 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1043 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1044 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1046 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'userAcceptsGZIP' must contain no more than '1' consecutive capital letters. | 1046 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1047 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1048 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1049 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1050 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1051 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1052 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1054 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1055 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1056 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1057 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1058 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1059 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1060 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1061 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1062 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1063 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1065 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1067 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1070 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1072 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1073 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1074 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1075 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1076 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1077 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1079 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1081 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1082 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1086 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1091 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1092 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1093 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1095 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1096 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1097 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 1098 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1099 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1111 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1113 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1115 | |
| naming | MemberName | Member name '_messageLog' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1115 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1117 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1118 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1129 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1214 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1240 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1241 |
com/meterware/httpunit/WebConversation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_proxyHost' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_proxyPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| naming | MemberName | Member name '_connectTimeout' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_readTimeout' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 62 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 68 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 71 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 74 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 75 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 76 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 191 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 192 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 195 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 196 | |
| indentation | Indentation | 'else' child has incorrect indentation level 24, expected level should be 12. | 197 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 20, expected level should be 10. | 198 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 199 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 200 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 201 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 202 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 |
com/meterware/httpunit/WebForm.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| naming | MemberName | Member name '_buttons' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| naming | MemberName | Member name '_submitButtons' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| naming | MemberName | Member name '_buttonVector' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| naming | MemberName | Member name '_presetParameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| naming | MemberName | Member name '_presets' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| naming | MemberName | Member name '_registry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| naming | MemberName | Member name '_domElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 163 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 177 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 178 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 179 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 189 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 190 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 191 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getButtonWithID' must contain no more than '1' consecutive capital letters. | 199 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'buttonID' must contain no more than '1' consecutive capital letters. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 208 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 209 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 223 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 237 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 247 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getSubmitButtonWithID' must contain no more than '1' consecutive capital letters. | 247 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ID' must contain no more than '1' consecutive capital letters. | 247 | |
| naming | ParameterName | Parameter name 'ID' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 251 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 264 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 267 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 287 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 306 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 307 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 308 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 309 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 311 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 312 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 313 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 317 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 318 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 323 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 328 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 347 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 349 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 354 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 362 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 367 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 371 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 375 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 383 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 388 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 389 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 390 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 397 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 404 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 411 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 417 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 418 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 423 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 426 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 430 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 435 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 437 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 439 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 444 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 445 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 446 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 448 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 451 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 459 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 462 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 470 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 478 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 479 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 484 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 486 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 487 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 488 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 494 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 495 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 496 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 503 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 504 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 512 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '300'. | 517 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 520 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '347'. | 526 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 526 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 527 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 528 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 534 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 536 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 537 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 538 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 539 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 540 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 543 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 545 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 548 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 556 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 559 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 570 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 571 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 572 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 577 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 579 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 580 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 581 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 583 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 588 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 590 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 591 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 601 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 613 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 615 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 616 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 617 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 618 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 619 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 620 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 621 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 622 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 623 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 624 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 625 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 628 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 635 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 636 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 637 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 638 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 639 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 640 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 648 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 649 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 650 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 663 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 664 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 665 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 666 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 667 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 668 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 669 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 685 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 686 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 687 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 688 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 689 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 690 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 691 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 706 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 707 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 708 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 709 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 710 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 711 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 712 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 730 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 731 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 732 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 733 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 734 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 735 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 736 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 738 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 741 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 742 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 743 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 744 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 746 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 748 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 749 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 750 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 752 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 753 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 754 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 756 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 757 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 758 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 760 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 765 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 767 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 768 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 770 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 775 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 777 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 778 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 780 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 788 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 790 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 791 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 792 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 793 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 794 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 795 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 796 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 797 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 798 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 799 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 800 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 801 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 802 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 803 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 804 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 805 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 816 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 818 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 819 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 820 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 821 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 822 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 823 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 824 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 825 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 826 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 827 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 828 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 829 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 830 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 831 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 833 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 835 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 836 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 837 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 838 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 839 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 840 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 841 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 843 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 843 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 844 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 845 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 846 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 847 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 848 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 849 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 850 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 852 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 853 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 854 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 856 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 857 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 858 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 859 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 867 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 869 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 870 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 871 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 872 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 873 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 878 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getControlWithID' must contain no more than '1' consecutive capital letters. | 878 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 879 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 880 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 881 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 882 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 883 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 884 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 885 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 886 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 891 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 892 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 893 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 894 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 895 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 896 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 898 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 904 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 905 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 906 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 907 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 908 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 909 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 910 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 911 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 912 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 913 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 914 | |
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 916 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 919 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 920 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 921 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 922 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 923 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 924 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 926 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 927 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 928 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 929 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 930 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 931 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 932 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 933 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 935 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 936 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 937 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 942 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 943 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 944 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 945 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 946 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 947 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 949 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 951 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 952 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 953 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 954 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 955 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 956 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 958 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 961 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 965 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 966 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 967 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 968 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 974 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 975 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 976 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 977 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 978 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 979 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 981 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 982 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 983 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 984 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 985 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 986 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 987 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 988 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 989 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 990 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 991 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 992 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 993 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 995 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 996 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 999 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1004 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 1007 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1009 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1011 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1015 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1017 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1018 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1019 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1020 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1022 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1025 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1027 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1028 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1029 | |
| naming | LocalVariableName | Local variable name '_value' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 1029 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 1030 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 1031 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 1032 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1033 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1035 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1037 | |
| naming | MemberName | Member name '_parameterName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1037 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1038 | |
| naming | MemberName | Member name '_values' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1038 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1039 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 1044 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1046 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1048 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1049 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1050 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1052 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1054 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1055 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1057 | |
| naming | MemberName | Member name '_parameterName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1057 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1059 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 1068 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1070 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1072 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1073 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1075 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1077 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1078 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1080 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 1088 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1090 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1092 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1093 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1094 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1095 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1097 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1098 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1099 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1105 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1107 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1107 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1108 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1108 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1110 | |
| design | OneTopLevelClass | Top-level class PresetFormParameter has to reside in its own source file. | 1121 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 1123 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1124 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1125 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1126 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1156 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1159 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1172 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1175 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1183 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1185 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1185 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1186 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1186 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1187 | |
| naming | MemberName | Member name '_values' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1187 |
com/meterware/httpunit/WebFormTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.HttpURLConnection' | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getFormWithID' must contain no more than '1' consecutive capital letters. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 110 | |
| blocks | EmptyCatchBlock | Empty catch block. | 110 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'oldAllowUnnamedImageButton' declaration and its first usage is 10, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'findFormByID' must contain no more than '1' consecutive capital letters. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 283 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 284 | |
| blocks | EmptyCatchBlock | Empty catch block. | 284 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 288 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 290 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 308 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 339 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 364 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 365 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 366 | |
| blocks | EmptyCatchBlock | Empty catch block. | 366 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 372 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 388 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 389 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 391 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 400 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 401 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 411 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 422 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 423 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 425 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 427 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 431 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 432 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 445 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 447 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 452 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 458 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 459 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 471 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 472 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 476 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 480 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 481 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 482 | |
| blocks | EmptyCatchBlock | Empty catch block. | 482 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 485 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 486 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 487 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 489 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 500 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 505 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 506 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 508 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 512 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 520 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 521 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 522 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 524 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 527 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 528 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 529 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 530 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 531 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 532 | |
| blocks | EmptyCatchBlock | Empty catch block. | 532 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 533 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 535 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 536 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 537 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 543 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 553 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 555 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 560 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 561 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 563 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 565 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 574 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 575 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 576 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 577 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 578 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 579 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 584 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 585 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 587 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 589 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'sessionID' must contain no more than '1' consecutive capital letters. | 589 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 590 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 591 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 592 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 594 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 601 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 602 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 604 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 605 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 607 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 608 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 611 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 613 | |
| naming | MemberName | Member name '_wc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 613 |
com/meterware/httpunit/WebFrame.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URL' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_selector' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_response' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_baseURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 |
com/meterware/httpunit/WebFrameTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 60 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 61 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 213 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 214 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 215 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 216 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 271 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 275 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 278 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 280 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 306 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 312 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 313 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 327 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 349 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 372 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 383 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 385 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 389 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 394 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 406 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 420 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 422 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 432 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 434 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 441 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 445 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 446 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 447 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 448 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 450 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 452 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 456 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 457 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 458 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 459 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 466 | |
| naming | MethodName | Method name 'iFrameDetection' must match pattern '^[a-z][a-z0-9]\w*$'. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 471 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 476 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 478 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 484 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 486 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 492 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'xtestIFrameForm' must contain no more than '1' consecutive capital letters. | 492 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 503 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 505 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 513 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 514 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 520 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 521 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 522 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 525 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 528 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 529 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 530 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 531 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 532 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 533 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 541 | |
| naming | MethodName | Method name 'iFrameDisabled' must match pattern '^[a-z][a-z0-9]\w*$'. | 543 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 544 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 548 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 549 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 553 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 554 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 559 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 564 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 570 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 571 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 576 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 578 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 580 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 584 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 585 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 586 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 587 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 588 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 589 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 594 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 596 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 598 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 601 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 602 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 604 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 606 | |
| naming | MemberName | Member name '_wc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 606 |
com/meterware/httpunit/WebImage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URL' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | AbbreviationAsWordInName | Abbreviation in name '_parsedHTML' must contain no more than '1' consecutive capital letters. | 38 | |
| naming | MemberName | Member name '_parsedHTML' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parsedHTML' must contain no more than '1' consecutive capital letters. | 40 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 10. | 62 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 12. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 14. | 64 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 12. | 65 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 10. | 66 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 71 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 85 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 88 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 96 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 97 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 100 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 |
com/meterware/httpunit/WebImageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 61 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 16, expected is 8, indentation should be the same level as line 61. | 68 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 72 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'MANY_IMAGES_COUNT' must contain no more than '1' consecutive capital letters. | 72 | |
| naming | LocalVariableName | Local variable name 'MANY_IMAGES_COUNT' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 72 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 77 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 86 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 93 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 104 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 105 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 108 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 111 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 113 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 116 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 26, 28. | 131 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 26, 28. | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 26, 28. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 |
com/meterware/httpunit/WebLink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 106 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 120 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 127 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 128 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 130 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 136 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 138 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 177 |
com/meterware/httpunit/WebLinkTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| naming | LocalVariableName | Local variable name 'aCell' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getLinkByIDAndName' must contain no more than '1' consecutive capital letters. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 231 | |
| javadoc | AtclauseOrder | Javadoc comment at column 13 has parse error. Details: no viable alternative at input '[' while parsing JAVADOC_TAG | 236 | |
| javadoc | JavadocParagraph | Javadoc comment at column 13 has parse error. Details: no viable alternative at input '[' while parsing JAVADOC_TAG | 236 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 13 has parse error. Details: no viable alternative at input '[' while parsing JAVADOC_TAG | 236 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 13 has parse error. Details: no viable alternative at input '[' while parsing JAVADOC_TAG | 236 | |
| javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc comment at column 13 has parse error. Details: no viable alternative at input '[' while parsing JAVADOC_TAG | 236 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 13 has parse error. Details: no viable alternative at input '[' while parsing JAVADOC_TAG | 236 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 13 has parse error. Details: no viable alternative at input '[' while parsing JAVADOC_TAG | 236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 257 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 273 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 309 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 328 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 342 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 382 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 388 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 391 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 392 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 394 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 406 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 419 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 421 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 423 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 432 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 433 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 444 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 445 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 446 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 447 | |
| blocks | EmptyCatchBlock | Empty catch block. | 447 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 449 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 451 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 459 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 466 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 468 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 473 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wc' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 476 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 478 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 484 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 485 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 486 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 488 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 489 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 490 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 492 | |
| naming | MemberName | Member name '_simplePage' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 492 |
com/meterware/httpunit/WebList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URL' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 27 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_response' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_frame' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_baseURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_baseTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_items' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_listType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 |
com/meterware/httpunit/WebPageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 61 | |
| blocks | EmptyCatchBlock | Empty catch block. | 61 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 71 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| blocks | EmptyCatchBlock | Empty catch block. | 108 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 144 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 145 | |
| blocks | EmptyCatchBlock | Empty catch block. | 145 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 229 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 231 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 232 | |
| blocks | EmptyCatchBlock | Empty catch block. | 232 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'refreshURL' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 266 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 282 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 298 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 314 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 316 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 329 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 345 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 347 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 353 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 357 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 359 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 360 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 361 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 363 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 365 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 367 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 370 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 372 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 387 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 404 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 405 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 406 | |
| blocks | EmptyCatchBlock | Empty catch block. | 406 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 410 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getElementByID' must contain no more than '1' consecutive capital letters. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 413 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 417 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 418 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 419 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 420 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 421 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 422 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 424 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 428 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 429 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 433 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 434 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 435 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 436 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 437 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 439 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 444 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 448 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 449 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 450 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 451 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 453 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 455 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 457 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 460 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 465 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 470 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 474 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 475 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 476 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 477 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 479 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 480 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 483 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 488 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 490 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 492 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 34, 36. | 500 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 502 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 503 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 504 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 505 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 506 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 508 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 513 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 524 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 526 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 529 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 530 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 532 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 537 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 548 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 554 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 570 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 571 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 574 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 575 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 576 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 579 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 580 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 585 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 588 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 590 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 591 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 592 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 593 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 595 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 597 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 609 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 611 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 612 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 613 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 614 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 615 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 616 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 617 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 627 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 628 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 631 |
com/meterware/httpunit/WebRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 39 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| naming | MemberName | Member name '_parameterHolder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| naming | MemberName | Member name '_urlBase' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| naming | MemberName | Member name '_sourceFrame' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| naming | MemberName | Member name '_requestTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| naming | MemberName | Member name '_urlString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| naming | MemberName | Member name '_webRequestSource' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| naming | MemberName | Member name '_referringPage' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| naming | MemberName | Member name '_button' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| naming | MemberName | Member name '_sourceElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 124 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 157 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 163 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 203 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 232 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 267 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 274 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 288 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 310 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 311 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 312 | |
| blocks | EmptyCatchBlock | Empty catch block. | 312 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 316 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 326 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 333 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 347 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 361 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 363 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 368 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 370 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 375 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 377 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 382 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 387 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 392 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 394 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 410 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 414 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 415 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 417 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 419 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 422 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 423 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 424 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 426 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 428 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 431 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 436 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 444 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 446 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 447 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 448 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 8, expected level should be 4. | 453 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 454 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 455 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 456 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 457 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 458 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 459 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 460 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 462 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 463 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 470 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 476 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 477 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 484 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 489 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 489 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 490 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 491 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 496 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 498 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 500 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 505 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 506 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 508 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 508 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 510 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 514 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 517 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 520 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 522 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 522 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 524 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 529 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 532 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 535 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 538 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 540 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 542 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 543 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 544 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 545 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 548 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 552 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 555 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 556 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 557 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 560 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 561 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 562 | |
| blocks | EmptyCatchBlock | Empty catch block. | 562 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 563 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 564 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 565 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 566 | |
| design | OneTopLevelClass | Top-level class JavascriptURLStreamHandler has to reside in its own source file. | 573 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 575 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 577 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 578 | |
| design | OneTopLevelClass | Top-level class HttpsURLStreamHandler has to reside in its own source file. | 583 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 585 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 587 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 589 | |
| design | OneTopLevelClass | Top-level class IllegalNonFileParameterException has to reside in its own source file. | 597 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 599 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 601 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 602 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 603 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 605 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 607 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 608 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 610 | |
| naming | MemberName | Member name '_parameterName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 610 | |
| design | OneTopLevelClass | Top-level class MultipartFormRequiredException has to reside in its own source file. | 619 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 621 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 623 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 624 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 626 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 628 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 629 | |
| design | OneTopLevelClass | Top-level class IllegalButtonPositionException has to reside in its own source file. | 638 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 640 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 642 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 643 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 645 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 647 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 648 |
com/meterware/httpunit/WebRequestSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 29 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_frame' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_destinationAttribute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_scriptable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getDOMSubtree' must contain no more than '1' consecutive capital letters. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 165 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 188 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getHTMLPage' must contain no more than '1' consecutive capital letters. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 233 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 260 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 274 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 276 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 287 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 296 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 300 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '251'. | 305 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 305 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 307 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 312 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 314 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 320 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 320 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 322 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 331 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 333 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 344 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 346 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 355 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 360 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 365 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 370 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 373 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 376 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 379 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 382 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 387 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '328'. | 389 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 389 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 391 | |
| javadoc | AtclauseOrder | Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 400 | |
| javadoc | JavadocParagraph | Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 400 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 400 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 400 | |
| javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 400 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 400 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 400 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 402 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 405 | |
| naming | MemberName | Member name '_baseResponse' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 405 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 410 | |
| naming | MemberName | Member name '_defaultTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 410 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 413 | |
| naming | MemberName | Member name '_baseURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 413 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 416 | |
| naming | MemberName | Member name '_node' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 416 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 418 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 420 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 422 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 423 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 424 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 426 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 432 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 435 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 439 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 442 | |
| javadoc | AtclauseOrder | Javadoc comment at column 50 has parse error. Missed HTML close tag 'value'. Sometimes it means that close tag missed for one of previous tags. | 445 | |
| javadoc | JavadocParagraph | Javadoc comment at column 50 has parse error. Missed HTML close tag 'value'. Sometimes it means that close tag missed for one of previous tags. | 445 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 50 has parse error. Missed HTML close tag 'value'. Sometimes it means that close tag missed for one of previous tags. | 445 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 50 has parse error. Missed HTML close tag 'value'. Sometimes it means that close tag missed for one of previous tags. | 445 | |
| javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc comment at column 50 has parse error. Missed HTML close tag 'value'. Sometimes it means that close tag missed for one of previous tags. | 445 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 50 has parse error. Missed HTML close tag 'value'. Sometimes it means that close tag missed for one of previous tags. | 445 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 50 has parse error. Missed HTML close tag 'value'. Sometimes it means that close tag missed for one of previous tags. | 445 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 451 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 453 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 456 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 457 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 459 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 459 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 464 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 467 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 470 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 472 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 475 |
com/meterware/httpunit/WebResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 50 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| naming | MemberName | Member name '_frame' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| naming | MemberName | Member name '_withParse' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| naming | MemberName | Member name '_baseTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| naming | MemberName | Member name '_refreshHeader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| naming | MemberName | Member name '_baseURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| naming | MemberName | Member name '_parsingPage' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'isHTML' must contain no more than '1' consecutive capital letters. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 125 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 215 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 229 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 240 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 251 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 252 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 253 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 255 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 256 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 259 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 266 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 273 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 284 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 298 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 306 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 308 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 316 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 318 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 333 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 337 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 349 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 353 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 361 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 363 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 366 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 393 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 395 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 403 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 411 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 417 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 418 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 425 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 428 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 439 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 450 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 458 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ID' must contain no more than '1' consecutive capital letters. | 459 | |
| naming | ParameterName | Parameter name 'ID' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 459 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 460 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 461 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 469 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 471 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 472 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 480 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 483 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 491 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 494 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 505 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 513 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 516 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 524 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 526 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 534 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getLinkWithID' must contain no more than '1' consecutive capital letters. | 534 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ID' must contain no more than '1' consecutive capital letters. | 534 | |
| naming | ParameterName | Parameter name 'ID' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 534 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 535 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 536 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 544 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 547 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 555 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 558 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 569 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 577 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 579 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 580 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 588 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 590 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 591 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 596 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 598 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 599 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 601 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 604 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 611 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 613 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 614 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 621 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 622 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 623 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 634 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 635 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 644 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getDOM' must contain no more than '1' consecutive capital letters. | 644 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 645 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 646 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 647 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 648 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 649 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 650 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 651 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 652 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 653 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 661 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 663 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 664 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 672 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 674 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 675 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 683 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 685 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 686 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 697 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 699 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 700 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 711 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 713 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 714 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 725 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 727 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 728 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 739 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 741 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 742 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 746 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 749 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 750 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 751 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 752 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 754 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 755 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 756 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 758 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 759 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 760 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 762 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 764 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 765 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 766 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 767 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 768 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 770 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 771 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 772 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 774 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 779 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 780 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 781 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 782 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 783 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 784 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 785 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 786 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 787 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 788 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 789 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 790 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 791 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 792 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 793 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 795 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 795 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 796 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 797 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 798 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 799 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 800 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 803 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 804 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 806 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 816 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 818 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 819 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 820 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 821 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 822 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 823 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 825 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 828 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 829 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 830 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 831 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 832 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 834 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 836 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 837 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 838 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 839 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 841 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 843 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 844 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 846 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 848 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 849 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 851 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 853 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 854 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 856 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 857 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 858 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 860 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 860 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 862 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 863 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 864 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 866 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 867 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 868 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 870 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 871 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 872 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 874 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 875 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 876 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 878 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 878 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 879 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 880 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 881 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 882 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 883 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 884 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 885 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 886 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 887 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 889 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 889 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 890 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 891 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 892 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 893 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 894 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 895 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 896 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 898 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 898 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 899 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 900 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 901 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 902 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 903 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 905 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 907 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 908 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 909 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 911 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 912 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 913 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 918 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 920 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 921 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 922 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 923 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 924 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 925 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 926 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 927 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 928 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 929 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 930 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 931 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 932 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 933 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 934 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 935 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 936 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 937 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 938 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 939 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 940 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 942 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 944 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 945 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 946 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 949 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 950 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 956 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 958 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 959 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 960 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 961 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 962 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 963 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 964 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 965 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 966 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 967 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 968 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 970 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 971 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 972 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 974 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 975 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 976 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 977 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 981 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 982 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 994 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 995 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 996 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 997 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 998 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1001 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1002 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1003 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1004 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 1014 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1015 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1016 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1017 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1019 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 1019 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1020 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1021 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1022 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1033 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 1034 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 1035 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 1036 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 1037 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 1038 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1039 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 1040 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 1041 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1042 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1044 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'encodedUsingGZIP' must contain no more than '1' consecutive capital letters. | 1044 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1045 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1046 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1047 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1052 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1053 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1054 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1058 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1058 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1060 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1061 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1062 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1064 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1065 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1066 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1068 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1069 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1070 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1072 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1080 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1082 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1083 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1084 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1085 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1086 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1087 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1088 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1089 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1090 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1091 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 1093 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1094 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 1095 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 1096 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 1097 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1098 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1099 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1106 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 1107 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1108 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1109 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1110 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 1111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1116 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1120 | |
| naming | MemberName | Member name '_window' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1120 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1122 | |
| naming | MemberName | Member name '_page' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1122 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1124 | |
| naming | MemberName | Member name '_contentHeader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1124 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1126 | |
| naming | MemberName | Member name '_contentLength' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1126 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1128 | |
| naming | MemberName | Member name '_contentType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1128 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1130 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1130 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1132 | |
| naming | MemberName | Member name '_refreshRequest' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1132 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1134 | |
| naming | MemberName | Member name '_refreshDelay' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1134 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1136 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1139 | |
| naming | MemberName | Member name '_responseText' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1139 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1141 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1144 | |
| naming | MemberName | Member name '_bytes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1144 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1146 | |
| naming | MemberName | Member name '_inputStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1146 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1148 | |
| naming | MemberName | Member name '_pageURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1148 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1150 | |
| naming | MemberName | Member name '_client' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1150 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1161 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1163 | |
| naming | MemberName | Member name '_scriptingHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1163 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1165 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1167 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1169 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 1171 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1172 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1173 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1174 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1176 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1177 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1178 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1180 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1181 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1183 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 1184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1190 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1191 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 12, expected level should be 6. | 1192 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 1193 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 1194 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1195 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1196 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1197 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 1198 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. | 1199 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1200 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 12, expected level should be 6. | 1201 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 1202 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 1203 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 1204 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. | 1205 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 1206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1213 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 8, expected level should be 4. | 1214 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 1215 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 1216 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 1217 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 1218 | |
| blocks | RightCurly | '}' at column 34 should be alone on a line. | 1219 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 1220 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. | 1221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1222 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1223 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1231 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1235 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 1236 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1237 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1238 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1239 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1240 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1241 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1242 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1244 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 16, expected level should be 8. | 1245 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 20, expected level should be 10. | 1246 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 16, expected level should be 8. | 1247 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1248 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 1249 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 1250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1253 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1254 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1255 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1256 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1257 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1258 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1260 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1265 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1267 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1268 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1269 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1270 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1271 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1272 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1273 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1281 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1286 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1287 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1289 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1292 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1295 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1297 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1298 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1299 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1300 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1302 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1305 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1306 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1307 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1310 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1311 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1312 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1315 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1316 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1317 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1318 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 1319 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 1320 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 1321 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1322 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1323 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1324 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1325 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1327 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1328 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1329 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1330 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 1331 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1332 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1333 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1334 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 1335 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 1336 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 1337 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 1338 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 1339 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1340 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1343 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1344 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1345 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1349 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1350 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1353 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1354 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1355 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1356 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1357 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1359 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1360 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1361 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1363 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1364 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1366 | |
| naming | MemberName | Member name '_cookies' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1366 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1369 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1370 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1371 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1372 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1373 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1374 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 1375 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1376 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1377 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1378 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 1379 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 1380 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1381 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1382 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1383 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 1384 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1385 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1387 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1388 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1389 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1391 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1392 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1399 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1401 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1402 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 1403 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 1404 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1405 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1406 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1407 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 1408 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1409 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1410 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1411 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 1412 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1413 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1414 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1415 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 1416 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 1417 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 1418 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 1419 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 16, expected level should be 8. | 1420 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 1421 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1422 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1423 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1424 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1426 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1428 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1428 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 66, 68. | 1429 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1431 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1432 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1433 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1434 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1435 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1436 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 1437 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1438 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1439 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1440 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1441 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1443 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1444 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1445 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1446 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1448 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1449 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1451 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 1452 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1453 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 1454 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 1455 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 1456 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1457 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1459 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1460 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1461 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1464 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1465 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1468 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1469 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1473 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1475 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1476 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1477 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1479 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1480 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 1481 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1482 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1483 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1484 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1485 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1486 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 1487 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1488 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 1489 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 1490 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 1491 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 1492 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1493 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1496 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1497 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1500 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1501 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1503 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1505 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1506 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1508 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1509 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1510 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1511 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1512 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1513 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1515 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1515 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1516 | |
| naming | MemberName | Member name '_attributes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1516 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1518 | |
| naming | MemberName | Member name '_buffer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1518 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1519 | |
| naming | MemberName | Member name '_end' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1519 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1521 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1522 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 1523 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 1524 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 1525 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1526 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1527 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1528 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1529 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 1530 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 1532 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1533 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1534 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1535 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 1536 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 1538 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1539 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1540 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1541 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1542 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1543 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1544 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1545 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 1548 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1549 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1550 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1551 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1555 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 1556 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 1557 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 1558 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1560 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1561 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 12, expected level should be 6. | 1562 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 1563 | |
| naming | LocalVariableName | Local variable name '_start' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 1563 | |
| indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 8. | 1564 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 1565 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 8. | 1566 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 1576 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 1578 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1579 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1580 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1581 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 1582 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1583 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1584 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1585 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1586 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1587 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1588 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1589 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. | 1590 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1591 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1592 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1594 | |
| naming | MemberName | Member name '_scriptDepth' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1594 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1595 | |
| naming | MemberName | Member name '_end' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1595 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1597 | |
| naming | MemberName | Member name '_buffer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1597 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1598 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1600 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1607 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1608 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1609 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1611 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1619 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1620 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1621 | |
| design | OneTopLevelClass | Top-level class DefaultWebResponse has to reside in its own source file. | 1627 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 1629 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1630 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1631 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 1633 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1634 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1635 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 1637 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1638 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1639 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1644 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1646 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1647 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1652 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1654 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1655 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1657 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1659 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1660 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1665 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1667 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1668 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1669 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1670 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1671 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1673 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1675 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1676 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1677 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1679 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 1681 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1682 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 1683 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 1684 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 1685 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1686 |
com/meterware/httpunit/WebTable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URL' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getTableCellWithID' must contain no more than '1' consecutive capital letters. | 105 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 108 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 110 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 111 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 132 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 133 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 134 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 135 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 136 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 137 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 138 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 139 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 140 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 141 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 142 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 23, expected is 16, indentation should be the same level as line 149. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 10. | 149 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 12. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 14. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 12. | 153 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 12. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 14. | 155 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 12. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 12. | 157 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 12. | 158 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 10. | 159 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 167 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 171 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 174 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 177 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 178 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 179 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 181 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 182 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 191 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 192 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 195 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 196 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 197 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 198 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 199 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 200 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 201 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 216 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 235 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 236 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 237 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 238 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 239 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 240 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 241 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 243 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 260 | |
| naming | MemberName | Member name '_dom' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 260 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 261 | |
| naming | MemberName | Member name '_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 262 | |
| naming | MemberName | Member name '_frameName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 262 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 263 | |
| naming | MemberName | Member name '_baseTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 265 | |
| naming | MemberName | Member name '_response' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 265 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 267 | |
| naming | MemberName | Member name '_cells' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 267 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 269 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 285 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 286 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 287 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 288 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 289 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 290 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 291 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 301 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 303 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 304 | |
| indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be 10. | 305 | |
| indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be 12. | 306 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 20, expected level should be 10. | 307 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 308 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 309 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 313 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 315 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 318 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 320 | |
| naming | MemberName | Member name '_rows' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 320 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 325 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 329 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 342 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 344 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 10. | 345 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 12. | 346 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 14. | 347 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 16. | 348 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 14. | 349 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 12. | 350 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 10. | 351 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 352 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 356 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 10. | 357 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 12. | 358 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 14. | 359 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 16. | 360 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 14. | 361 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 12. | 362 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 10. | 363 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 364 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 373 |
com/meterware/httpunit/WebWindow.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_client' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_frameContents' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_opener' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| naming | MemberName | Member name '_closed' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| naming | MemberName | Member name '_redirects' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 65 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| naming | MemberName | Member name '_isInitialRequest' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| naming | MemberName | Member name '_initialRequest' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '124'. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 165 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 167 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 202 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 220 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 225 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 226 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 229 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 230 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 231 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 235 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 257 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 266 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 269 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 277 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 294 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 305 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 307 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 310 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 319 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 324 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 326 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 329 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 333 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 348 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 357 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 362 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 370 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 371 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 372 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 378 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 380 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 381 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 382 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 383 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 384 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 385 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 386 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 391 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 393 | |
| indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be 12. | 395 | |
| indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be 14. | 396 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 24, expected level should be 12. | 397 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 398 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 400 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 401 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 402 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 403 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 406 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 409 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 410 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 414 |
com/meterware/httpunit/WebWindowListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
com/meterware/httpunit/WebWindowTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 31 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 129 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 |
com/meterware/httpunit/XMLPageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 49 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 52 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 53 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 54 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'testXMLisHTML' must contain no more than '1' consecutive capital letters. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 112 | |
| indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 114 | |
| indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 115 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 116 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 |
com/meterware/httpunit/XPathPredicate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'XPathPredicate' must contain no more than '1' consecutive capital letters. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 103 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 108 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 |
com/meterware/httpunit/controls/IllegalParameterValueException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 36 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 84 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| naming | MemberName | Member name '_parameterName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| naming | MemberName | Member name '_badValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| naming | MemberName | Member name '_allowedValues' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 |
com/meterware/httpunit/controls/SelectionFormControl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 36 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_multiSelect' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | MemberName | Member name '_listBox' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_selectionOptions' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 94 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 110 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 113 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 116 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 119 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 137 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 150 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 155 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 157 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 159 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 161 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 191 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 200 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 200 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 202 | |
| naming | MemberName | Member name '_text' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 202 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 203 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 203 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 204 | |
| naming | MemberName | Member name '_defaultSelected' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 205 | |
| naming | MemberName | Member name '_selected' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 205 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 206 | |
| naming | MemberName | Member name '_index' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 206 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 207 | |
| naming | MemberName | Member name '_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 213 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 214 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 224 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 225 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 240 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 255 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 270 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 275 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 277 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 278 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 283 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 287 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 287 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 289 | |
| naming | MemberName | Member name '_options' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 289 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 294 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 296 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 297 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 298 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 299 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 301 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 303 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 314 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 317 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 325 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 325 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 326 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 327 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 328 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 332 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 333 | |
| naming | LocalVariableName | Local variable name '_option' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 333 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 334 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 335 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 336 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 337 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 339 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 343 | |
| naming | LocalVariableName | Local variable name '_option' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 343 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 344 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 349 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 350 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 351 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 357 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 358 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 359 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 361 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 368 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 369 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 370 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 378 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 379 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 380 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 382 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 390 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 392 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 398 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 399 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 402 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 404 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 406 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 409 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 411 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 412 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 413 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 415 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 416 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 417 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 418 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 419 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 420 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 421 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 422 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 423 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 424 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 425 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 426 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 427 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 428 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 429 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 430 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 439 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 444 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 445 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 446 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 448 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 459 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 462 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 464 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 466 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 467 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 468 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 469 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 470 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 471 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 18, expected is 16, indentation should be the same level as line 474. | 473 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 474 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 476 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 481 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 484 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 485 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 486 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 487 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 488 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 489 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 490 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 492 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 493 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 494 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 495 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 497 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 500 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 503 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 505 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 506 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 507 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 508 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 512 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 513 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 515 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 521 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 522 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 523 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 524 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 525 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 526 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 527 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 528 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 529 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 530 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 531 | |
| indentation | Indentation | 'for' has incorrect indentation level 24, expected level should be 12. | 532 | |
| indentation | Indentation | 'for' child has incorrect indentation level 28, expected level should be 14. | 533 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 24, expected level should be 12. | 534 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 535 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 536 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 537 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 540 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 542 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 544 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 547 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 548 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 556 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 561 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 562 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 563 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 564 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 565 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 566 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 567 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 568 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 569 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 570 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 571 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 572 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 573 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 574 |
com/meterware/httpunit/cookies/Cookie.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_path' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_domain' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_expiredTime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 108 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 110 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 114 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 131 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 147 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 201 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 204 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 221 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 230 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 232 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 261 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 273 |
com/meterware/httpunit/cookies/CookieJar.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | MemberName | Member name '_cookies' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_globalCookies' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_press' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 57 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 77 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 114 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 115 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 116 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 117 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 118 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 119 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 126 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 127 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 128 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 129 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 130 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 131 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 150 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 157 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 209 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 211 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 212 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 216 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 217 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 218 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 221 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 229 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 235 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 236 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 240 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 241 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 246 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 247 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 249 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 250 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 251 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 263 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 265 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 274 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 275 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 276 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 277 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 278 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 281 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 291 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 294 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 298 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 300 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 303 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 314 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 316 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 317 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 319 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 320 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 321 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 322 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 323 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 324 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 325 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 326 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 331 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 339 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 340 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 342 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 355 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 379 | |
| indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 8. | 380 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 381 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 383 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 384 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 385 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 386 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 387 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 8. | 388 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 391 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 393 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 396 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 396 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 398 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 398 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 400 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 402 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 405 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 408 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 408 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 409 | |
| naming | MemberName | Member name '_attributes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 409 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 410 | |
| naming | MemberName | Member name '_sourceURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 410 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 417 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 418 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 419 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 421 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 425 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 426 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 427 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 436 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 437 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 438 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 439 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 440 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 442 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 456 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 457 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 458 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 459 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 460 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 461 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 463 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 464 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 471 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 472 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 473 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 474 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 475 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 477 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 484 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 485 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 486 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 487 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 488 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 489 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 490 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 491 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 492 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 493 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 495 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 497 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 498 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 499 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 500 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 501 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 502 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 503 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 504 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 506 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 511 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 512 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 514 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 515 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 517 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 519 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 520 | |
| javadoc | AtclauseOrder | Javadoc comment at column 21 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 525 | |
| javadoc | JavadocParagraph | Javadoc comment at column 21 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 525 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 21 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 525 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 21 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 525 | |
| javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc comment at column 21 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 525 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 21 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 525 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 21 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 525 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 533 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 534 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 537 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 538 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 539 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 540 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 541 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 542 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 544 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 545 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 546 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 547 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 548 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 549 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 550 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 552 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 553 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 556 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 557 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 560 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 562 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 565 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 567 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 571 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'RFC2109CookieRecipe' must contain no more than '1' consecutive capital letters. | 571 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 573 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 583 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 586 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 588 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 590 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 591 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 592 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 594 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 598 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'RFC2965CookieRecipe' must contain no more than '1' consecutive capital letters. | 598 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 600 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 602 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 608 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 610 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 611 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 612 |
com/meterware/httpunit/cookies/CookieListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
com/meterware/httpunit/cookies/CookieProperties.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 89 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 |
com/meterware/httpunit/cookies/CookieSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
com/meterware/httpunit/cookies/CookieTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.MalformedURLException' | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 35 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 24, expected level should be one of the following: 18, 20, 31, 33. | 52 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 24, expected level should be one of the following: 18, 20, 31, 33. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 198 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 26, 28. | 199 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 26, 28. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 202 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 40, 42. | 203 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 207 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 208 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 209 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 211 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 213 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 214 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 221 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 277 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 293 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 309 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 323 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 339 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 350 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '176'. | 352 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 369 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 384 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 386 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 393 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 398 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 401 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 405 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 408 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 409 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 411 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 413 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 415 | |
| naming | MemberName | Member name '_reason' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 415 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 416 | |
| naming | MemberName | Member name '_attribute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 416 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 417 | |
| naming | MemberName | Member name '_cookieName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 417 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 418 | |
| naming | MemberName | Member name '_rejected' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 418 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 419 | |
| naming | MemberName | Member name '_cookieNum' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 419 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 422 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 423 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 427 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 430 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 431 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 432 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 435 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 441 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 442 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 443 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 444 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 445 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 446 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 447 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 449 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 451 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 454 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 456 | |
| naming | MemberName | Member name '_sourceURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 456 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 457 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 457 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 467 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 471 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 472 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 473 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 477 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 478 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 482 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 484 |
com/meterware/httpunit/dom/AbstractDomComponent.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.Scriptable' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 |
com/meterware/httpunit/dom/AbstractHTMLElementTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 37 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 45 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'AbstractHTMLElementTest' must contain no more than '1' consecutive capital letters. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_htmlDocument' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | MemberName | Member name '_eventsReceived' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setUpAbstractHTMLElementTest' must contain no more than '1' consecutive capital letters. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 103 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 105 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 107 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 114 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 115 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 116 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 117 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 118 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 169 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 172 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 |
com/meterware/httpunit/dom/AttrImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_specified' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_ownerElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 |
com/meterware/httpunit/dom/AttributeNameAdjusted.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
com/meterware/httpunit/dom/AttributesTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 33 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_document' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | MemberName | Member name '_heightAttribute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_weightAttribute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NVPair' must contain no more than '1' consecutive capital letters. | 162 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 163 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 163 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 164 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 164 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 205 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 207 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 225 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 |
com/meterware/httpunit/dom/CDATASectionImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'CDATASectionImpl' must contain no more than '1' consecutive capital letters. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'createCDATASection' must contain no more than '1' consecutive capital letters. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
com/meterware/httpunit/dom/CharacterDataImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| naming | MemberName | Member name '_data' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 46 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 |
com/meterware/httpunit/dom/CommentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 |
com/meterware/httpunit/dom/DocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Attr' | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_documentElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 149 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 151 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 153 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 155 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 157 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 159 | |
| indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 161 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 171 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 175 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 192 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 197 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 208 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 209 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 224 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 226 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 247 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 252 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 263 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'documentURI' must contain no more than '1' consecutive capital letters. | 264 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 265 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 275 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 277 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 279 |
com/meterware/httpunit/dom/DocumentImportTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | MemberName | Member name '_document' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'importCData' must contain no more than '1' consecutive capital letters. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| naming | LocalVariableName | Local variable name 'cDataText' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'importNSElementWithNSAttributes' must contain no more than '1' consecutive capital letters. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'verifyNSElementWithNSAttributes' must contain no more than '1' consecutive capital letters. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 242 |
com/meterware/httpunit/dom/DocumentTypeImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 |
com/meterware/httpunit/dom/DomBasedScriptingEngineFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.Context' | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 52 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 91 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 96 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 97 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 100 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 |
com/meterware/httpunit/dom/DomEventScriptingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_context' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 |
com/meterware/httpunit/dom/DomListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 |
com/meterware/httpunit/dom/DomScriptingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 28 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 163 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 |
com/meterware/httpunit/dom/DomWindow.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.Scriptable' | 27 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_proxy' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_document' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 93 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 100 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 103 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 |
com/meterware/httpunit/dom/DomWindowProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 |
com/meterware/httpunit/dom/DomWindowTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 31 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_proxy' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 163 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 164 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 165 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 166 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 |
com/meterware/httpunit/dom/ElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Attr' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_attributes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_listeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 179 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 216 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 217 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 228 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 230 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 235 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 260 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 261 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 263 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 265 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 268 |
com/meterware/httpunit/dom/HTMLAnchorElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.html.HTMLAnchorElement' | 25 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLAnchorElementImpl' must contain no more than '1' consecutive capital letters. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 48 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 189 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 192 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 |
com/meterware/httpunit/dom/HTMLAppletElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLAppletElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 |
com/meterware/httpunit/dom/HTMLAreaElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.html.HTMLAreaElement' | 25 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLAreaElementImpl' must contain no more than '1' consecutive capital letters. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 42 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 45 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 |
com/meterware/httpunit/dom/HTMLBaseElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLBaseElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 |
com/meterware/httpunit/dom/HTMLBodyElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLBodyElementImpl' must contain no more than '1' consecutive capital letters. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| naming | MemberName | Member name '_onLoad' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 44 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| naming | ParameterName | Parameter name 'aLink' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| naming | ParameterName | Parameter name 'vLink' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 |
com/meterware/httpunit/dom/HTMLButtonElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLButtonElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 |
com/meterware/httpunit/dom/HTMLCollectionImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLCollectionImpl' must contain no more than '1' consecutive capital letters. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_list' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'createHTMLCollectionImpl' must contain no more than '1' consecutive capital letters. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 70 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 71 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 73 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 76 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 |
com/meterware/httpunit/dom/HTMLContainerDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 27 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLContainerDelegate' must contain no more than '1' consecutive capital letters. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_iteratorMask' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 56 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 60 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 79 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 83 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 95 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 |
com/meterware/httpunit/dom/HTMLContainerElement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLContainerElement' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
com/meterware/httpunit/dom/HTMLControl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 27 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLControl' must contain no more than '1' consecutive capital letters. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 45 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 48 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 54 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 64 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 |
com/meterware/httpunit/dom/HTMLDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.Scriptable' | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLDocumentImpl' must contain no more than '1' consecutive capital letters. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_window' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_writeBuffer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_containerDelegate' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setIFramesEnabled' must contain no more than '1' consecutive capital letters. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 127 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 129 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 140 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 154 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 195 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 196 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 197 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 246 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 247 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 249 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 251 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 269 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 274 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 281 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 290 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 297 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 303 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 328 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 330 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 335 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 339 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 340 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 345 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 347 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 350 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 364 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 366 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 368 |
com/meterware/httpunit/dom/HTMLDocumentTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URL' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 31 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLDocumentTest' must contain no more than '1' consecutive capital letters. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_headElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| naming | MemberName | Member name '_htmlElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 157 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 158 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 160 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 161 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 162 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 163 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 165 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 166 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 167 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 169 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 288 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 316 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 325 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 335 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 347 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 360 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 374 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 388 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 389 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 391 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 405 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 422 |
com/meterware/httpunit/dom/HTMLElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElementImpl' must contain no more than '1' consecutive capital letters. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 32 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 103 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 110 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 |
com/meterware/httpunit/dom/HTMLElementTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElementTest' must contain no more than '1' consecutive capital letters. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 65, 67, 71. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 24, expected level should be one of the following: 18, 20, 33, 35, 39. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 223 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 226 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 231 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 233 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 241 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 74, 76, 80. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 244 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 249 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 252 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 257 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 76, 78, 82. | 258 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 265 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 74, 76, 80. | 266 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 268 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 273 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 276 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 281 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 283 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 290 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 292 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 293 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 294 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 299 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 304 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 306 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 307 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 316 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 318 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 319 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 320 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 324 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 329 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 331 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 332 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 339 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 341 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 342 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 344 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 349 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 351 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 352 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 355 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 360 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 363 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 365 | |
| naming | MethodName | Method name 'iFrameElement' must match pattern '^[a-z][a-z0-9]\w*$'. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 368 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 371 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 382 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 78, 80, 84. | 386 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 393 |
com/meterware/httpunit/dom/HTMLEventHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLEventHandler' must contain no more than '1' consecutive capital letters. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| naming | MemberName | Member name '_baseElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_handlerName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_handler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 66 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 |
com/meterware/httpunit/dom/HTMLFormElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.Scriptable' | 30 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLFormElementImpl' must contain no more than '1' consecutive capital letters. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 61 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 65 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 131 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 157 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 158 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 161 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 162 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 163 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 165 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 167 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 168 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 185 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 200 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 201 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 202 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 203 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 204 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 208 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 225 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 226 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 228 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 229 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 230 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 231 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 |
com/meterware/httpunit/dom/HTMLFormSubmitTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLFormSubmitTest' must contain no more than '1' consecutive capital letters. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_form' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 |
com/meterware/httpunit/dom/HTMLFormTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLFormTest' must contain no more than '1' consecutive capital letters. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_form' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_textField' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| naming | MemberName | Member name '_passwordField' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| naming | MemberName | Member name '_defaultField' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| naming | MemberName | Member name '_hiddenField' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_radio1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 46 | |
| naming | MemberName | Member name '_radio2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 46 | |
| naming | MemberName | Member name '_checkbox' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 46 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_submitInput' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| naming | MemberName | Member name '_resetInput' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| naming | MemberName | Member name '_buttonInput' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | MemberName | Member name '_textArea' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_body' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 157 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 165 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 166 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 167 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 168 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 173 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 174 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 188 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 191 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 211 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 35, 37. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 221 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 243 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 246 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 256 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 291 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 302 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 310 |
com/meterware/httpunit/dom/HTMLHeadElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLHeadElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
com/meterware/httpunit/dom/HTMLHtmlElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLHtmlElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
com/meterware/httpunit/dom/HTMLIFrameElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLIFrameElementImpl' must contain no more than '1' consecutive capital letters. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 |
com/meterware/httpunit/dom/HTMLImageElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLImageElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 |
com/meterware/httpunit/dom/HTMLInputElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.DOMException' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLInputElementImpl' must contain no more than '1' consecutive capital letters. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_checked' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_behavior' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 200 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 226 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 240 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'interface def ident' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 263 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 265 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 265 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 268 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 278 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 279 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 283 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 304 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 309 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 317 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 320 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 325 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 328 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 330 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 332 | |
| naming | MemberName | Member name '_sendWithSubmit' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 332 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 335 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 341 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 346 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 347 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 349 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 354 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 357 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 359 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 362 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 367 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 372 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 382 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 387 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 388 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 393 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 395 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 397 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 400 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 405 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 406 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 407 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 408 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 409 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 410 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 411 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 412 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 413 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 414 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 415 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 416 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 418 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 423 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 425 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 427 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 430 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 435 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 438 |
com/meterware/httpunit/dom/HTMLLinkElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLLinkElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 |
com/meterware/httpunit/dom/HTMLMetaElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLMetaElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 |
com/meterware/httpunit/dom/HTMLOptionElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLOptionElementImpl' must contain no more than '1' consecutive capital letters. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_selected' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 113 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 |
com/meterware/httpunit/dom/HTMLParagraphElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLParagraphElementImpl' must contain no more than '1' consecutive capital letters. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
com/meterware/httpunit/dom/HTMLSelectElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.DOMException' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLSelectElementImpl' must contain no more than '1' consecutive capital letters. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 96 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 97 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 108 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 145 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 146 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 161 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 |
com/meterware/httpunit/dom/HTMLSelectTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLSelectTest' must contain no more than '1' consecutive capital letters. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_form' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_select' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_options' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 |
com/meterware/httpunit/dom/HTMLStyleElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLStyleElementImpl' must contain no more than '1' consecutive capital letters. | 27 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
com/meterware/httpunit/dom/HTMLTableCellElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLTableCellElementImpl' must contain no more than '1' consecutive capital letters. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 197 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| naming | ParameterName | Parameter name 'vAlign' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 220 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 228 |
com/meterware/httpunit/dom/HTMLTableElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLTableElementImpl' must contain no more than '1' consecutive capital letters. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| naming | ParameterName | Parameter name 'tFoot' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 202 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| naming | ParameterName | Parameter name 'tHead' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 |
com/meterware/httpunit/dom/HTMLTableRowElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLTableRowElementImpl' must contain no more than '1' consecutive capital letters. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| naming | ParameterName | Parameter name 'vAlign' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 138 |
com/meterware/httpunit/dom/HTMLTableTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLTableTest' must contain no more than '1' consecutive capital letters. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_body' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| naming | MemberName | Member name '_mainTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_htmlMainTableRows' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 56 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 67 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 69 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 70 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 71 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 72 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 73 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 74 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 75 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 76, 78, 82. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 77 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 79 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 22, 24, 37, 39, 43. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 94 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 |
com/meterware/httpunit/dom/HTMLTextAreaElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLTextAreaElementImpl' must contain no more than '1' consecutive capital letters. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 |
com/meterware/httpunit/dom/HTMLTitleElementImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLTitleElementImpl' must contain no more than '1' consecutive capital letters. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 48 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 |
com/meterware/httpunit/dom/NamedNodeMapImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.DOMException' | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_items' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_itemArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 |
com/meterware/httpunit/dom/NamespaceAwareNodeImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_tagName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_localName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_namespaceUri' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
com/meterware/httpunit/dom/NodeImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.DOMException' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| naming | MemberName | Member name '_ownerDocument' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_parentNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | MemberName | Member name '_firstChild' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_nextSibling' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_previousSibling' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_userData' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 52 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 131 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 142 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 144 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 145 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 178 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 185 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 194 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 195 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 204 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 244 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 257 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 267 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 277 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 282 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 287 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 294 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 297 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 302 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 304 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 307 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 309 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceURI' must contain no more than '1' consecutive capital letters. | 310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 312 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 317 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 323 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 325 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 326 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 328 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 329 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 330 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 331 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 333 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 339 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 341 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 343 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 344 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 345 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 346 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 347 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 348 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 349 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 350 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 351 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 352 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 360 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 365 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 367 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 369 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 371 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 375 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 388 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 390 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 391 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 394 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '377'. | 396 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 398 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 400 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 406 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 408 | |
| indentation | Indentation | 'interface def ident' has incorrect indentation level 4, expected level should be 2. | 411 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 414 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 416 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 419 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 420 | |
| naming | MemberName | Member name '_nextNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 420 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 421 | |
| naming | MemberName | Member name '_mask' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 421 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 422 | |
| naming | MemberName | Member name '_doNotLeaveNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 422 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 430 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 431 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 439 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 440 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 442 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 450 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 451 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 452 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 453 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 454 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 456 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 457 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 458 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 459 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 460 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 461 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 463 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 464 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 471 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 472 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 473 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 482 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 483 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 484 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 486 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 489 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 491 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 492 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 494 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 497 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'currentNode' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 500 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 501 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 502 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 503 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 505 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 506 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 507 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 508 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 513 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 514 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 517 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 518 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 519 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 520 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 521 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 524 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 525 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 526 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 527 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 528 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 529 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 530 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 531 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 532 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 533 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 534 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 535 |
com/meterware/httpunit/dom/NodeListImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.Scriptable' | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_list' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 |
com/meterware/httpunit/dom/NodeTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 32 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_document' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | MemberName | Member name '_element' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_foo1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_foo2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_bar1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| naming | MemberName | Member name '_bar2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| naming | MemberName | Member name '_text' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 191 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 192 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 194 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 197 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 207 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 208 | |
| blocks | EmptyCatchBlock | Empty catch block. | 208 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 212 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 220 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 224 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 226 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 235 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 241 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 266 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 273 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 282 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 288 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 294 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 299 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 303 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 305 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 307 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 309 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 318 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 320 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 337 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 339 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 347 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 348 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 351 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 356 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'preOrderIteratorFromANode' must contain no more than '1' consecutive capital letters. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 361 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 362 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 365 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 370 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'preOrderIteratorAfterANode' must contain no more than '1' consecutive capital letters. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 375 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 376 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 388 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 390 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 391 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 394 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 404 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 405 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 414 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 415 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 417 |
com/meterware/httpunit/dom/ProcessingInstructionImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| naming | MemberName | Member name '_target' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_data' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 |
com/meterware/httpunit/dom/ScriptingSupport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.FunctionObject' | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| naming | ParameterName | Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 87 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 88 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 89 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| naming | ParameterName | Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 110 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 114 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 167 | |
| naming | ParameterName | Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 183 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 184 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 185 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 202 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 213 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 |
com/meterware/httpunit/dom/TestWindowProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 31 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| naming | MemberName | Member name '_document' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | MemberName | Member name '_replacementText' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_answer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 |
com/meterware/httpunit/dom/TextImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
com/meterware/httpunit/javascript/AbstractJavaScriptTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 |
com/meterware/httpunit/javascript/DocumentScriptingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 263 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 276 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 306 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 312 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 325 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 330 |
com/meterware/httpunit/javascript/EventHandlingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 30 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_wc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 92 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 |
com/meterware/httpunit/javascript/FormScriptingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 52 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 58 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 119 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 16, expected is 24, indentation should be the same level as line 121. | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 138 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 172 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 203 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 209 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 287 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 289 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 306 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 308 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 325 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 327 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 341 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 353 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 362 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 371 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 373 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 388 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 391 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 398 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 419 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 421 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 429 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 431 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 444 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 445 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 450 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 452 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 456 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 458 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 465 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 470 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 472 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 473 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 476 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 484 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 485 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 486 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 487 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 489 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 492 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 494 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 498 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 505 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 506 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 513 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 514 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 515 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 517 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'buttonID' must contain no more than '1' consecutive capital letters. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 519 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 521 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 522 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 523 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 525 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'buttonID' must contain no more than '1' consecutive capital letters. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 526 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 527 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 529 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 532 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 537 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 539 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 540 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 542 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'buttonID' must contain no more than '1' consecutive capital letters. | 542 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 543 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 544 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 557 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 560 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 562 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 563 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 565 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 566 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 567 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 568 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 570 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 571 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 572 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 573 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 574 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 576 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'buttonID' must contain no more than '1' consecutive capital letters. | 576 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 577 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 578 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 579 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 580 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 581 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 583 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 585 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 587 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 590 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 592 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 593 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 594 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 596 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 597 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 598 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 599 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 600 | |
| blocks | EmptyCatchBlock | Empty catch block. | 600 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 601 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 605 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 607 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 609 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 611 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 617 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 627 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 629 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 630 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 631 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 635 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 636 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 640 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 641 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 643 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 644 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 645 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 647 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 649 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 650 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 655 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 656 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 658 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 659 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 660 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 662 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 664 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 665 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 671 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 672 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 674 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 675 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 676 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 677 | |
| blocks | EmptyCatchBlock | Empty catch block. | 677 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 678 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 679 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 681 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 683 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 684 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 688 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 689 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 691 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 692 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 693 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 695 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 697 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 698 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 702 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 703 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 705 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 706 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 707 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 709 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 711 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 714 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 715 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 716 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 717 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 718 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 725 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 727 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 733 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 734 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 735 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 736 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 738 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 739 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 740 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 741 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 742 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 743 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 744 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 746 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 747 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 748 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 749 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 750 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 755 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 757 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 759 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 764 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 765 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 766 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 767 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 769 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 770 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 771 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 773 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 774 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 775 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 776 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 777 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 779 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 781 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 793 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 794 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 795 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 796 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 797 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 797 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 799 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 800 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 801 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 802 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 803 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 804 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 805 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 806 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 807 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 807 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 808 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 809 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 811 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 813 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 819 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 822 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 823 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 824 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 825 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 825 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 826 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 826 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 827 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 829 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 830 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 831 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 832 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 833 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 835 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 837 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 841 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 842 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 843 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 844 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 846 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 847 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 848 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 849 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 850 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 851 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 852 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 854 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 855 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 856 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 857 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 858 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 860 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 862 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 867 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 868 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 869 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 870 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 871 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 872 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 873 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 874 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 876 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 879 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 881 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 883 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 891 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 892 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 893 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 894 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 894 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 895 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 895 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 896 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 901 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 903 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 905 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 912 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 913 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 914 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 915 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 917 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 918 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 919 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 920 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 921 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 922 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 923 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 925 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 926 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 927 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 928 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 930 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 932 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 933 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 934 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 935 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 936 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 938 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 940 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 947 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 949 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 950 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 952 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 953 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 954 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 955 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 956 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 957 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 958 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 960 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 961 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 962 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 963 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 964 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 966 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 968 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 969 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 974 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 975 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 976 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 977 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 979 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 980 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 981 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 982 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 984 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 986 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 987 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 992 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 993 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 994 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 995 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 996 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 997 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 999 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1000 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1001 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1003 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1005 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1006 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1012 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1013 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1014 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1015 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1016 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1017 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1018 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1019 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1020 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1021 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1023 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1025 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1039 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'response' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 1040 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1040 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1041 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1042 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1043 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1044 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1045 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1046 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1048 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1049 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1050 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1051 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1052 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1053 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1055 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1060 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1062 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1070 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1071 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 1072 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1073 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 1074 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 1077 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 1078 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 1079 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 1080 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 1081 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1082 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1084 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1086 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1099 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1107 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'file' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 1109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1127 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 1132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1239 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1268 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1269 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1280 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1281 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1296 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1312 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1313 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1315 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'elementsByIDProperty' must contain no more than '1' consecutive capital letters. | 1316 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1330 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1336 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1362 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 35, 37. | 1363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1369 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1370 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1372 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1373 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1374 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1378 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1379 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1380 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1382 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1385 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1386 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1392 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1394 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1407 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1408 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1409 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1430 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1431 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1432 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1434 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1437 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1445 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1449 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1465 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1466 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1467 |
com/meterware/httpunit/javascript/FrameScriptingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_wc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 30, 32. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 30, 32. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 30, 32. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'TARGET_TITLE' must contain no more than '1' consecutive capital letters. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 248 | |
| naming | MethodName | Method name 'iFrameAccessById' must match pattern '^[a-z][a-z0-9]\w*$'. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 251 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 256 |
com/meterware/httpunit/javascript/HTMLElementTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElementTest' must contain no more than '1' consecutive capital letters. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'iDProperty' must contain no more than '1' consecutive capital letters. | 39 | |
| naming | MethodName | Method name 'iDProperty' must match pattern '^[a-z][a-z0-9]\w*$'. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 |
com/meterware/httpunit/javascript/JavaScript.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.Context' | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'initHTMLObjects' must contain no more than '1' consecutive capital letters. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 125 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 131 | |
| naming | MemberName | Member name '_scriptable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 132 | |
| naming | MemberName | Member name '_parent' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 133 | |
| naming | MemberName | Member name '_eventListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 134 | |
| naming | MemberName | Member name '_eventCaptureListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 149 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getID' must contain no more than '1' consecutive capital letters. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 183 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 185 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 186 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 189 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 195 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 196 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 197 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 200 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 207 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 208 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 209 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 211 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 212 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 213 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 214 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 215 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 221 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 223 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 225 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 231 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 233 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 244 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 245 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 246 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 247 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 248 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 249 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 258 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '220'. | 263 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 264 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 265 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 266 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 268 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 270 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 271 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 273 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 274 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 275 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 276 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 278 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 279 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 280 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 282 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 296 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 297 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 298 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 299 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 300 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 301 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 302 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 303 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 304 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 305 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 306 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 307 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 308 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 309 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 310 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 311 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 312 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 313 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 314 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 315 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 316 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 317 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 318 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 319 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 320 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 323 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 328 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 329 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 333 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 341 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 342 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 343 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 344 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 345 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 346 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 347 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 348 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 349 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 350 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 351 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 352 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 353 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 354 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 355 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 366 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 374 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 375 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 376 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 377 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 378 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 379 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 380 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 381 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 382 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 383 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 384 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 387 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 389 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 392 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 392 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 395 | |
| naming | MemberName | Member name '_document' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 395 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 396 | |
| naming | MemberName | Member name '_navigator' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 396 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 397 | |
| naming | MemberName | Member name '_location' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 397 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 398 | |
| naming | MemberName | Member name '_screen' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 398 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 399 | |
| naming | MemberName | Member name '_frames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 399 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 407 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 408 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 411 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 414 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 414 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 415 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 416 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 418 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 421 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 422 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 423 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 423 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 424 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 425 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 426 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 427 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 428 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 429 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 430 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 431 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 432 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 435 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 439 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 443 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 444 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 447 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 451 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 452 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 454 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 466 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 469 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 470 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 472 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 473 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 474 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 476 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 483 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 484 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 486 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 492 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 496 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 500 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 503 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 506 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 510 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 512 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 513 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 516 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 517 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 521 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 522 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 523 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 525 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 526 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 527 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 528 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 530 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 532 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 533 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 534 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 535 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 537 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 539 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 544 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 545 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 548 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 549 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 550 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 552 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 555 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 555 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 558 | |
| naming | MemberName | Member name '_forms' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 558 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 559 | |
| naming | MemberName | Member name '_links' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 559 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 560 | |
| naming | MemberName | Member name '_images' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 560 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 561 | |
| naming | MemberName | Member name '_writeBuffer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 561 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 562 | |
| naming | MemberName | Member name '_mimeType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 562 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 564 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 566 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 571 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 572 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 574 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 575 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 576 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 578 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 578 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 579 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 580 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 582 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 583 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 585 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 585 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 586 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 587 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 588 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 589 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 590 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 592 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 592 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 593 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 594 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 595 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 596 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 597 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 600 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'elementWithID' must contain no more than '1' consecutive capital letters. | 600 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 601 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 602 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 604 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 605 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 608 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 609 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 612 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 613 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 614 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 616 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 616 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 617 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 618 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 619 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 620 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 621 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 623 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 624 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 625 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 627 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 627 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 628 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 629 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 630 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 631 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 632 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 633 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 634 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 635 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 636 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 637 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 638 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 639 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 641 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 642 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 643 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 645 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 646 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 647 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 649 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 649 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 650 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 651 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 652 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 653 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 655 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 656 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 657 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 659 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 660 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 661 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 663 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 664 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 665 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 666 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 667 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 668 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 670 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 671 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 672 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 674 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 675 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 676 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 678 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 682 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 684 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 687 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 688 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 690 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 694 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 696 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 698 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 698 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 698 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 700 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 701 | |
| naming | MemberName | Member name '_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 701 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 702 | |
| naming | MemberName | Member name '_window' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 702 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 704 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 706 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 707 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 709 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 710 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 711 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 712 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 714 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 715 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 716 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 718 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 719 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 720 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 722 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 723 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 724 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 726 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 727 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 728 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 730 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 731 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 732 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 734 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 735 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 736 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 738 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 739 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 740 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 742 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 743 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 744 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 746 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 746 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 747 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 748 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 749 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 750 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 751 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 752 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 754 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 755 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 756 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 758 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 758 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 759 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 760 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 761 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 762 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 763 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 770 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 772 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 773 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 775 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 777 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 778 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 780 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 782 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 782 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 782 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 784 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 785 | |
| naming | MemberName | Member name '_display' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 785 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 786 | |
| naming | MemberName | Member name '_visibility' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 786 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 788 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 790 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 791 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 793 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 794 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 795 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 797 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 798 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 799 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 801 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 802 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 803 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 805 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 806 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 807 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 808 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 810 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 810 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 810 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 812 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 813 | |
| naming | MemberName | Member name '_clientProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 813 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 815 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 817 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 818 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 820 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 821 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 822 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 824 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 825 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 826 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 828 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 829 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 830 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 832 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 833 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 834 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 836 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 837 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 838 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 840 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 841 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 842 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 844 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 845 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 846 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 848 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 849 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 850 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 852 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 854 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 854 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 854 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 856 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 857 | |
| naming | MemberName | Member name '_clientProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 857 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 859 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 860 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 861 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 863 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 865 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 866 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 868 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 869 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 870 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 872 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 873 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 874 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 876 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 878 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 878 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 878 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 880 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 881 | |
| naming | MemberName | Member name '_contents' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 881 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 881 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 883 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 884 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 885 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 886 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 887 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 888 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 889 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 891 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 892 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 894 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 895 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 896 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 898 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 899 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 900 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 902 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 904 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 905 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 907 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 909 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 910 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 911 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 912 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 913 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 915 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 917 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 918 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 919 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 920 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 921 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 922 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 923 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 924 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 925 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 926 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 927 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 928 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 930 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 931 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 932 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 933 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 935 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 938 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 938 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLElement' must contain no more than '1' consecutive capital letters. | 938 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 940 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 941 | |
| naming | MemberName | Member name '_style' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 941 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 942 | |
| naming | MemberName | Member name '_document' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 942 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 944 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 946 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 947 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 949 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 950 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 951 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 953 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 954 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 955 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 957 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 960 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 962 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 964 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 965 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 966 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 968 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 971 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 972 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 973 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 974 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 976 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 978 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 978 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 978 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 980 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 982 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 984 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 985 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 986 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 988 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 988 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 988 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 990 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 992 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 994 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 995 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 997 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 999 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1000 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1001 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1003 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1006 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1006 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1008 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1009 | |
| naming | MemberName | Member name '_controls' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1009 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1011 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1013 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1014 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1016 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1017 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1018 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 1020 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1023 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1025 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1026 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1027 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1029 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1030 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1031 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1033 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1034 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1035 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1037 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1037 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1038 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1039 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1040 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1041 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1042 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1044 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1045 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1046 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1048 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1049 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1050 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1052 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1053 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1054 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1056 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1057 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1057 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1058 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1059 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 1060 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 1061 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1062 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1063 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1064 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1066 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1067 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1068 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1070 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1072 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1075 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1075 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1077 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1078 | |
| naming | MemberName | Member name '_form' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1078 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1080 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1082 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1083 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1085 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1086 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1087 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1089 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1090 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1092 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1093 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1095 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1098 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1099 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1107 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1112 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1117 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1122 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1133 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1134 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1135 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1137 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1139 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1141 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 1141 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1141 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1158 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1160 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1161 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1162 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1163 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1165 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 1166 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 1167 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 1168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1173 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1175 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 1177 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 1177 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1177 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 1179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1196 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1197 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1220 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1221 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1225 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1226 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1230 | |
| design | OneTopLevelClass | Top-level class RhinoException has to reside in its own source file. | 1233 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1235 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1236 | |
| naming | MemberName | Member name '_cause' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1236 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 1238 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1239 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1245 |
com/meterware/httpunit/javascript/JavaScriptEngineFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 39 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 40 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 42 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 43 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 52 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 |
com/meterware/httpunit/javascript/NekoEnhancedScriptingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 138 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 139 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 142 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 143 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 |
com/meterware/httpunit/javascript/ScriptingEngineImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.mozilla.javascript.Context' | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 81 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 112 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 113 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 114 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 120 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 157 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 195 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 196 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 197 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 200 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 201 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 220 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 221 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 |
com/meterware/httpunit/javascript/ScriptingTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 46 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'originalScriptState' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'oldDebug' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 211 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 212 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 214 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 216 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 218 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 219 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 222 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 223 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 224 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 225 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 226 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 227 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 228 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 229 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 231 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 233 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 236 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 240 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 260 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 270 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 290 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 308 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 310 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 322 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 323 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 324 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 325 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 332 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 334 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 340 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 344 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 365 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 388 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 400 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 405 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 408 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 409 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 411 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 421 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 423 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 432 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 433 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 444 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 445 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 456 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 457 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 459 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 469 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 471 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 473 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 492 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 496 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 498 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 500 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 503 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 505 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 507 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 528 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 529 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 531 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 532 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 533 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 534 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 536 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 544 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 545 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 556 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 560 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 562 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 564 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 570 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 580 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 583 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 584 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 585 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 586 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 587 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 588 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 590 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 592 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 593 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 594 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 598 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 600 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 611 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 612 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 614 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 616 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 617 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 619 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 621 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 623 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 627 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 628 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 631 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 632 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 634 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 635 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 637 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 638 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 639 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 641 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 643 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 644 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 645 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 654 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 658 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 663 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 664 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 665 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 666 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 668 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 669 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 670 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 671 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 672 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 673 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 674 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 675 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 677 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 679 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 680 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 684 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 691 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'response' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 692 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 692 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 693 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 694 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 695 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 697 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 698 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 699 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 701 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 702 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 703 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 704 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 706 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 707 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 708 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 709 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 711 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 712 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 713 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 714 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 715 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 717 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 719 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 720 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 722 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 723 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 724 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 725 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 726 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 727 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 728 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 730 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 732 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 733 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 738 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 741 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 742 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 743 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 744 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 745 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 746 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 747 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 748 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 749 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 751 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 753 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 754 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 755 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 759 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 760 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 761 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 762 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 763 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 765 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 766 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 767 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 769 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 770 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 772 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 774 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 775 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 776 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 780 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 781 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 782 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 783 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 784 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 785 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 786 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 787 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 788 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 790 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 792 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 800 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 801 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 802 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 803 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 804 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 805 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 806 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 807 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 808 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 809 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 810 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 811 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 812 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 813 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 815 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 817 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 821 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 822 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 823 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 824 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 825 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 826 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 827 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 829 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 831 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 844 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 845 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 847 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 848 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 849 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 850 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 851 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 853 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 858 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 867 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 868 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 869 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 870 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 880 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 881 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 882 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 883 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 893 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 895 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 897 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 903 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 905 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 906 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 907 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 908 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 909 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 910 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 911 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 912 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 914 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 917 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 919 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 921 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 922 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 927 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 928 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 929 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 930 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 936 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 938 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 940 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 942 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 946 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 947 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 949 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 950 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 951 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 952 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 954 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 956 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 960 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 961 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 962 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 963 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 964 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 966 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 968 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 970 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 971 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 972 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 973 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 975 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 977 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 978 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 979 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 980 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 982 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 984 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 986 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 990 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 991 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 992 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 993 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 994 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 995 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 996 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 998 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1000 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1002 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1003 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1004 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1005 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1007 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1008 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1009 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1011 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1017 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1020 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1021 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1022 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1026 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1027 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1028 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1029 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1030 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1031 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1032 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1033 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1035 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1038 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1040 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1041 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1042 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1044 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1045 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1050 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1051 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1051 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 1052 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1052 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1053 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1056 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 1057 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1057 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 1058 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1058 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1059 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1060 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1061 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1062 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1063 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1064 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1065 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1066 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1067 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1068 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1069 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1071 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1074 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1077 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1080 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1080 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1081 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1084 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1086 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1087 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1090 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1091 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1092 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1094 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1104 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 1105 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 1115 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 1116 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 1117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1119 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1130 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 1131 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 1141 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 1142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1146 |
com/meterware/httpunit/javascript/events/Event.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 |
com/meterware/httpunit/javascript/events/EventException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 |
com/meterware/httpunit/javascript/events/EventListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 |
com/meterware/httpunit/javascript/events/EventTarget.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 |
com/meterware/httpunit/parsing/DocumentAdapter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.html.HTMLDocument' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 |
com/meterware/httpunit/parsing/HTMLParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLParser' must contain no more than '1' consecutive capital letters. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'supportsReturnHTMLDocument' must contain no more than '1' consecutive capital letters. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 |
com/meterware/httpunit/parsing/HTMLParserFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLParserFactory' must contain no more than '1' consecutive capital letters. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'useJTidyParser' must contain no more than '1' consecutive capital letters. | 65 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'useNekoHTMLParser' must contain no more than '1' consecutive capital letters. | 75 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setHTMLParser' must contain no more than '1' consecutive capital letters. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getHTMLParser' must contain no more than '1' consecutive capital letters. | 92 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 95 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 97 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 99 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'isReturnHTMLDocument' must contain no more than '1' consecutive capital letters. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setReturnHTMLDocument' must contain no more than '1' consecutive capital letters. | 146 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'returnHTMLDocument' must contain no more than '1' consecutive capital letters. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 202 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 234 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'removeHTMLParserListener' must contain no more than '1' consecutive capital letters. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 241 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'addHTMLParserListener' must contain no more than '1' consecutive capital letters. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 243 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 248 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getHTMLParserListeners' must contain no more than '1' consecutive capital letters. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 253 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 255 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 258 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 266 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 271 |
com/meterware/httpunit/parsing/HTMLParserListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLParserListener' must contain no more than '1' consecutive capital letters. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 |
com/meterware/httpunit/parsing/HTMLParserListenerTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 38 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLParserListenerTest' must contain no more than '1' consecutive capital letters. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'badHTMLPage' must contain no more than '1' consecutive capital letters. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'goodHTMLPage' must contain no more than '1' consecutive capital letters. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 72 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 10. | 73 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 12. | 74 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 12. | 80 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 12. | 81 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 12. | 82 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 12. | 83 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 10. | 84 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 16, expected level should be 12. | 85 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 10. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| naming | MethodName | Method name 'jTidyPrintWriterParsing' must match pattern '^[a-z][a-z0-9]\w*$'. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 94 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 12, expected level should be 6. | 144 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 148 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 150 | |
| naming | MemberName | Member name '_expectProblems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 151 | |
| naming | MemberName | Member name '_foundProblems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 152 | |
| naming | MemberName | Member name '_badURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 |
com/meterware/httpunit/parsing/JTidyHTMLParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 29 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'JTidyHTMLParser' must contain no more than '1' consecutive capital letters. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 48 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 50 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 |
com/meterware/httpunit/parsing/JTidyPrintWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'JTidyPrintWriter' must contain no more than '1' consecutive capital letters. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 97 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| naming | MemberName | Member name '_line' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 193 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| naming | MemberName | Member name '_column' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 195 | |
| naming | MemberName | Member name '_msg' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 196 | |
| naming | MemberName | Member name '_error' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 197 | |
| naming | MemberName | Member name '_logged' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| naming | MemberName | Member name '_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 208 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 221 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 226 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 228 |
com/meterware/httpunit/parsing/NekoDOMParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sourceforge.htmlunit.cyberneko.HTMLConfiguration' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.xerces.parsers.AbstractDOMParser' | 31 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NekoDOMParser' must contain no more than '1' consecutive capital letters. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| naming | MemberName | Member name '_documentAdapter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 88 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 94 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 95 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 99 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 100 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 121 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 160 | |
| naming | MemberName | Member name '_cause' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 163 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 | |
| design | OneTopLevelClass | Top-level class ErrorHandler has to reside in its own source file. | 172 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 174 | |
| naming | MemberName | Member name '_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 189 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 |
com/meterware/httpunit/parsing/NekoHTMLParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NekoHTMLParser' must contain no more than '1' consecutive capital letters. | 36 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 48 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 82 |
com/meterware/httpunit/parsing/ParserPropertiesTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.AfterEach' | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 165 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 |
com/meterware/httpunit/parsing/ScriptFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sourceforge.htmlunit.cyberneko.HTMLConfiguration' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.xerces.xni.Augmentations' | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_configuration' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_activeScriptBlock' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| naming | MemberName | Member name '_scriptLanguage' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| naming | AbbreviationAsWordInName | Abbreviation in name '_systemID' must contain no more than '1' consecutive capital letters. | 55 | |
| naming | MemberName | Member name '_systemID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| naming | MemberName | Member name '_scriptIndex' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| naming | MemberName | Member name '_scriptHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| javadoc | AtclauseOrder | Javadoc comment at column 57 has parse error. Missed HTML close tag 'script'. Sometimes it means that close tag missed for one of previous tags. | 80 | |
| javadoc | JavadocParagraph | Javadoc comment at column 57 has parse error. Missed HTML close tag 'script'. Sometimes it means that close tag missed for one of previous tags. | 80 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 57 has parse error. Missed HTML close tag 'script'. Sometimes it means that close tag missed for one of previous tags. | 80 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 57 has parse error. Missed HTML close tag 'script'. Sometimes it means that close tag missed for one of previous tags. | 80 | |
| javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc comment at column 57 has parse error. Missed HTML close tag 'script'. Sometimes it means that close tag missed for one of previous tags. | 80 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 57 has parse error. Missed HTML close tag 'script'. Sometimes it means that close tag missed for one of previous tags. | 80 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 57 has parse error. Missed HTML close tag 'script'. Sometimes it means that close tag missed for one of previous tags. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 88 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 92 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 121 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 131 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 132 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 133 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 16, expected level should be 8. | 136 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'systemID' must contain no more than '1' consecutive capital letters. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 |
com/meterware/httpunit/parsing/ScriptHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 |
com/meterware/httpunit/protocol/MessageBody.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 66 |
com/meterware/httpunit/protocol/MimeEncodedMessageBody.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 62 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 64 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 87 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 102 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 112 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 112 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 113 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 119 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 120 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 121 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 122 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 123 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 128 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'buffer' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 141 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 142 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 149 | |
| naming | MemberName | Member name '_outputStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 |
com/meterware/httpunit/protocol/ParameterCollection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
com/meterware/httpunit/protocol/ParameterProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
com/meterware/httpunit/protocol/URLEncodedMessageBody.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 |
com/meterware/httpunit/protocol/URLEncodedString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| naming | MemberName | Member name '_buffer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_haveParameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 42 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 46 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 |
com/meterware/httpunit/protocol/UploadFileSpec.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 71 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| naming | MemberName | Member name '_file' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| naming | MemberName | Member name '_inputStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| naming | MemberName | Member name '_fileName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| naming | MemberName | Member name '_contentType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 100 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 53, 55, 59. | 104 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 53, 55, 59. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 112 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 113 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 114 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 |
com/meterware/httpunit/scripting/DocumentElement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 |
com/meterware/httpunit/scripting/FormScriptable.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
com/meterware/httpunit/scripting/IdentifiedDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getID' must contain no more than '1' consecutive capital letters. | 47 |
com/meterware/httpunit/scripting/Input.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 24 | |
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 26 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 |
com/meterware/httpunit/scripting/NamedDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
com/meterware/httpunit/scripting/ScriptableDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| naming | MemberName | Member name '_scriptEngine' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 |
com/meterware/httpunit/scripting/ScriptingEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
com/meterware/httpunit/scripting/ScriptingEngineFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 |
com/meterware/httpunit/scripting/ScriptingEventHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 |
com/meterware/httpunit/scripting/ScriptingHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
com/meterware/httpunit/scripting/SelectionOption.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
com/meterware/httpunit/scripting/SelectionOptions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 |
com/meterware/httpunit/ssl/HttpsProtocolSupportTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.security.Provider' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.net.ssl.SSLSocketFactory' | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 34 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 51 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'providerIBM' must contain no more than '1' consecutive capital letters. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 |
com/meterware/pseudoserver/HttpRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_protocol' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_command' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_uri' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_parameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getURI' must contain no more than '1' consecutive capital letters. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 85 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 87 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 88 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 127 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 |
com/meterware/pseudoserver/HttpUserAgentTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.Rule' | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 150 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 152 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 157 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 175 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 177 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 178 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 183 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 185 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 190 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 197 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 198 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 200 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 210 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 218 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 220 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 221 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 222 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 225 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 226 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 242 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 245 | |
| naming | MemberName | Member name '_path' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 245 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 246 | |
| naming | MemberName | Member name '_fullString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 247 | |
| naming | MemberName | Member name '_parameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 247 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '235'. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 251 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 253 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 254 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 255 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 256 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 258 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 260 |
com/meterware/pseudoserver/PseudoServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedInputStream' | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| naming | MemberName | Member name '_serverNum' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| naming | MemberName | Member name '_connectionNum' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| naming | MemberName | Member name '_classpathDirs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| naming | MemberName | Member name '_maxProtocolLevel' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| naming | MemberName | Member name '_socketTimeout' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 114 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 125 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 126 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'try' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 135 | |
| indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 136 | |
| indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 137 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 138 | |
| blocks | EmptyCatchBlock | Empty catch block. | 138 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 139 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 140 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 141 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 142 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 143 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 144 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 145 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 148 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 150 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 207 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 249 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 252 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 268 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 276 | |
| naming | MemberName | Member name '_resources' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 276 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| naming | MemberName | Member name '_active' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 278 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 280 | |
| naming | MemberName | Member name '_debug' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 280 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 282 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 284 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 287 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 291 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 297 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 298 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 299 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 300 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 301 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 303 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 306 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 313 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 320 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 331 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 332 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 333 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 334 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 335 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 336 | |
| indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 8. | 337 | |
| indentation | Indentation | 'try' has incorrect indentation level 20, expected level should be 10. | 338 | |
| indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 339 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 20, expected level should be 10. | 340 | |
| blocks | EmptyCatchBlock | Empty catch block. | 340 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 20, expected level should be 10. | 341 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 8. | 342 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 343 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 345 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 346 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 347 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 353 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 370 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 371 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 372 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 373 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 375 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 377 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 379 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 382 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 384 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 385 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 386 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 387 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 388 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 389 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 390 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 391 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 392 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 393 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 394 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 395 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 397 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 399 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 400 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 403 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 405 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 412 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 414 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 416 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 432 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 438 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 441 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 444 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 445 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 446 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 447 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 448 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 450 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 451 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 453 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 454 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 455 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 456 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 457 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 458 | |
| indentation | Indentation | 'while' has incorrect indentation level 20, expected level should be 10. | 459 | |
| indentation | Indentation | 'while' child has incorrect indentation level 24, expected level should be 12. | 460 | |
| indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be 12. | 461 | |
| indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be 14. | 462 | |
| indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be 14. | 463 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 24, expected level should be 12. | 464 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 20, expected level should be 10. | 465 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 466 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 467 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 470 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 472 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 473 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 474 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '429'. | 476 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 476 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 478 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 479 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 481 | |
| naming | MemberName | Member name '_serverSocket' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 481 | |
| design | OneTopLevelClass | Top-level class HttpResponseStream has to reside in its own source file. | 485 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 487 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 487 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 489 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 490 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 492 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 494 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 496 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 498 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 499 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 501 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 503 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 504 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 505 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 506 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 508 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 512 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 520 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 521 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 522 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 523 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 526 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 527 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 529 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 530 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 531 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 532 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 533 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 535 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 536 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 537 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 538 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 541 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 543 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 544 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 545 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 548 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 550 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 552 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 553 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 554 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 555 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 556 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 557 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 558 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 560 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 562 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 564 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 569 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 571 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 572 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 573 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 575 | |
| naming | MemberName | Member name '_stream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 575 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 576 | |
| naming | MemberName | Member name '_pw' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 576 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 578 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 578 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 579 | |
| naming | MemberName | Member name '_protocol' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 579 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 580 | |
| naming | MemberName | Member name '_responseCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 580 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 581 | |
| naming | MemberName | Member name '_responseText' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 581 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 583 | |
| naming | MemberName | Member name '_headersWritten' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 583 | |
| design | OneTopLevelClass | Top-level class RecordingOutputStream has to reside in its own source file. | 587 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 589 | |
| naming | MemberName | Member name '_nestedStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 589 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 590 | |
| naming | MemberName | Member name '_log' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 590 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 592 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 593 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 594 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 595 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 597 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 600 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 601 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 603 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 604 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 605 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 607 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 608 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 609 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 611 | |
| design | OneTopLevelClass | Top-level class RecordingInputStream has to reside in its own source file. | 614 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 616 | |
| naming | MemberName | Member name '_nestedStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 616 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 617 | |
| naming | MemberName | Member name '_log' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 617 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 619 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 620 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 621 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 622 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 624 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 627 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 628 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 629 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 630 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 631 |
com/meterware/pseudoserver/PseudoServerTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertDoesNotThrow' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.AfterEach' | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'is' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'is' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'sendHTTPLine' must contain no more than '1' consecutive capital letters. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'is' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'is' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 196 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 221 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 223 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'pseudoServletWithGET' must contain no more than '1' consecutive capital letters. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedResponse' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'expectedResponse' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 286 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 304 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 367 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 369 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 375 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 376 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 378 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 379 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 380 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 381 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 382 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 383 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 384 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 385 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 386 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 387 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 388 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 389 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 391 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 393 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 403 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 408 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 410 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 411 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 414 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 428 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 430 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 432 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 433 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 440 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 441 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 442 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 443 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 445 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 446 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 447 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 448 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 449 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 450 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 451 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 452 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 453 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 454 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 456 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 457 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 458 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 459 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 460 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 461 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 462 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 463 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 464 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 465 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 468 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 471 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 472 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 475 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 476 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 479 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 480 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 10. | 481 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 10. | 483 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 486 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 488 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 495 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'generateLongMIMEPostData' must contain no more than '1' consecutive capital letters. | 495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 496 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 498 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 500 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 503 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 505 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 508 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 512 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 513 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 514 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 516 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 520 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 521 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 522 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 524 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 526 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 527 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 528 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 529 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 530 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 531 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 532 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 533 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 534 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 535 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 536 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 537 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 541 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 543 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 544 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 545 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 548 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 549 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 553 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 555 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 556 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 560 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 562 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 564 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 565 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 570 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 571 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 572 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 573 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 574 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 575 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 576 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 577 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 578 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 579 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 580 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 583 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 584 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 585 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 586 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 587 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 588 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 589 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 590 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 591 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 592 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 593 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 594 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 595 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 596 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 597 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 598 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 600 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 601 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 602 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 604 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 605 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 607 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 608 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 609 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 611 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 612 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 613 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 614 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 615 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 616 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 617 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 618 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 619 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 620 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 621 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 622 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 623 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 624 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 625 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 627 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 628 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 629 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 630 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 631 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 632 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 634 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 635 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 636 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 637 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 638 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 639 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 640 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 641 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 642 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 643 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 644 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 645 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 646 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 647 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 648 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 649 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 650 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 651 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 652 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 653 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 654 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 655 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 656 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 657 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 658 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 659 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 660 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 661 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 662 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 663 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 664 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 665 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 666 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 667 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 668 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 669 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 670 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 671 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 672 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 673 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 674 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 675 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 676 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 677 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 678 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 679 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 680 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 681 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 682 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 683 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 684 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 685 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 686 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 687 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 688 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 689 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 690 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 691 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 692 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 693 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 694 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 695 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 696 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 697 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 698 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 699 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 700 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 701 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 702 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 703 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 704 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 705 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 706 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 707 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 708 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 709 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 710 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 711 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 712 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 713 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 714 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 715 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 716 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 717 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 718 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 719 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 720 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 721 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 722 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 723 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 724 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 725 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 726 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 727 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 728 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 729 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 730 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 731 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 732 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 733 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 734 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 735 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 736 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 737 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 738 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 739 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 740 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 741 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 742 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 743 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 744 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 745 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 746 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 747 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 748 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 749 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 750 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 751 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 752 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 753 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 754 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 755 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 756 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 757 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 758 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 759 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 760 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 761 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 762 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 763 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 764 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 765 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 766 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 767 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 768 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 769 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 770 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 771 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 772 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 773 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 774 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 775 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 776 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 777 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 778 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 779 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 780 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 781 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 782 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 783 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 784 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 785 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 786 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 787 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 788 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 789 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 790 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 791 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 792 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 793 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 794 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 795 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 796 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 797 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 798 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 799 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 800 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 801 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 802 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 803 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 804 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 805 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 806 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 807 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 808 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 809 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 810 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 811 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 812 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 813 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 814 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 815 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 816 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 817 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 818 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 819 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 820 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 821 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 822 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 823 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 824 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 825 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 826 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 827 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 828 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 829 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 830 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 831 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 832 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 833 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 834 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 835 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 836 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 837 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 838 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 839 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 840 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 841 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 842 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 843 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 844 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 845 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 846 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 847 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 848 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 849 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 850 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 851 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 852 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 853 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 854 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 855 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 856 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 857 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 858 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 859 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 860 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 861 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 862 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 863 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 864 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 865 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 866 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 867 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 868 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 869 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 870 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 871 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 872 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 873 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 874 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 875 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 876 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 877 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 878 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 879 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 880 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 881 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 882 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 883 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 884 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 885 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 886 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 887 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 888 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 889 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 890 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 891 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 892 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 893 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 894 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 895 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 896 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 897 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 898 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 899 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 900 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 901 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 902 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 903 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 904 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 905 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 906 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 907 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 908 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 909 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 910 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 911 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 912 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 913 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 914 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 915 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 916 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 917 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 918 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 919 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 920 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 921 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 922 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 923 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 924 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 925 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 926 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 927 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 928 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 929 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 930 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 931 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 932 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 933 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 934 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 935 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 936 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 937 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 938 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 939 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 940 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 941 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 942 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 943 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 944 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 945 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 946 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 947 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 949 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 950 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 951 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 952 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 953 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 954 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 955 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 956 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 957 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 958 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 959 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 960 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 961 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 962 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 963 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 964 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 965 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 966 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 967 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 968 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 969 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 970 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 971 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 972 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 973 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 974 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 975 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 976 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 977 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 978 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 979 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 980 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 981 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 982 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 983 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 984 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 985 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 986 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 987 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 988 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 989 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 990 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 991 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 992 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 993 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 994 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 995 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 996 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 997 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 998 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 999 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1000 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1001 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1002 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1003 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1004 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1005 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1006 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1007 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1008 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1009 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1010 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1011 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1012 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1013 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1014 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1015 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1016 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1017 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1018 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1019 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1020 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1021 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1022 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1023 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1024 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1025 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1026 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1027 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1028 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1029 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1030 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1031 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1032 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1033 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1034 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1035 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1036 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1037 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1038 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1039 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1040 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1041 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1042 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1043 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1044 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1045 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1046 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1047 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1048 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1049 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1050 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1051 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1052 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1053 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1054 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1055 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1056 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1057 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1058 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1059 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1060 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1061 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1062 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1063 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1064 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1065 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1066 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1067 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1068 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1069 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1070 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1071 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1072 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1073 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1074 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1075 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1076 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1077 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1078 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1079 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1080 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1081 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1082 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1083 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1084 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1085 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1086 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1087 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1088 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1089 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1090 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1091 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1092 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1093 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1094 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1095 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1096 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1097 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1098 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1099 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1299 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1316 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1353 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1355 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1361 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1364 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1365 |
com/meterware/pseudoserver/PseudoServerTestSupport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.rules.ExternalResource' | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| naming | MemberName | Member name '_hostPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| naming | MemberName | Member name '_server' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 |
com/meterware/pseudoserver/PseudoServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 37 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 40 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 43 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 46 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| naming | MemberName | Member name '_request' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
com/meterware/pseudoserver/ReceivedHttpMessage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | MemberName | Member name '_reader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_requestBody' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 103 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 104 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 115 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 116 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 12, expected level should be 6. | 127 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 153 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 154 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 157 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 158 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 159 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 161 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 171 |
com/meterware/pseudoserver/SocketConnection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_socket' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_os' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_is' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| naming | MemberName | Member name '_host' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_isChunking' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '63'. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'sendHTTPLine' must contain no more than '1' consecutive capital letters. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 114 | |
| naming | MemberName | Member name '_protocol' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 115 | |
| naming | MemberName | Member name '_responseCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 116 | |
| naming | MemberName | Member name '_message' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 136 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 138 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 |
com/meterware/pseudoserver/UnknownMethodException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 27 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 28 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_method' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
com/meterware/pseudoserver/WebResource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_closesConnection' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 102 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'do..while' has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 137 | |
| indentation | Indentation | 'do..while' child has incorrect indentation level 16, expected level should be 8. | 138 | |
| indentation | Indentation | 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '143'. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 192 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 197 | |
| naming | MemberName | Member name '_contents' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| naming | MemberName | Member name '_string' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| naming | MemberName | Member name '_stream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| naming | MemberName | Member name '_responseCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| naming | MemberName | Member name '_sendCharacterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 202 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 203 | |
| naming | MemberName | Member name '_contentType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 203 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| naming | MemberName | Member name '_characterSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 205 | |
| naming | MemberName | Member name '_hasExplicitContentTypeHeader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 205 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| naming | MemberName | Member name '_hasExplicitContentLengthHeader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 206 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 207 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| naming | MemberName | Member name '_isChunked' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 |
com/meterware/servletunit/ConfigTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletConfig' | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 143 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 144 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 145 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 |
com/meterware/servletunit/ContentTypeTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletException' | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.AfterEach' | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 63 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 106 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 146 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 146 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 |
com/meterware/servletunit/DispatchedRequestWrapper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Enumeration' | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_requestContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_baseRequest' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| design | OneTopLevelClass | Top-level class IncludeRequestWrapper has to reside in its own source file. | 82 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 84 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 86 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 87 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 88 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| naming | MemberName | Member name '_attributes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| design | OneTopLevelClass | Top-level class ForwardRequestWrapper has to reside in its own source file. | 111 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| naming | MemberName | Member name '_requestContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 138 |
com/meterware/servletunit/ErrorTests.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'junit.framework.TestCase' | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'junit.framework.TestCase' import. Should be before 'org.junit.Ignore'. | 24 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 |
com/meterware/servletunit/EventAwareTestBase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'interface def ident' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 | |
| design | OneTopLevelClass | Top-level class EventData has to reside in its own source file. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| naming | MemberName | Member name '_eventName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| naming | MemberName | Member name '_listenerClass' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| naming | MemberName | Member name '_verifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 |
com/meterware/servletunit/FailingTests.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'junit.framework.TestCase' | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'junit.framework.TestCase' import. Should be before 'org.junit.Ignore'. | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
com/meterware/servletunit/FilterConfigImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Enumeration' | 25 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_servletContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_initParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 |
com/meterware/servletunit/FilterMetaData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
com/meterware/servletunit/FilterUrlMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| naming | MemberName | Member name '_urlPatterns' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| naming | MemberName | Member name '_filters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 40 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 41 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 42 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 43 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| design | OneTopLevelClass | Top-level class UrlPatternMatcher has to reside in its own source file. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 55 | |
| naming | LocalVariableName | Local variable name '_template' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 55 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 58 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| design | OneTopLevelClass | Top-level class ExactUrlPatternMatcher has to reside in its own source file. | 75 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| naming | MemberName | Member name '_pattern' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| design | OneTopLevelClass | Top-level class ExtensionUrlPatternMatcher has to reside in its own source file. | 93 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| naming | MemberName | Member name '_suffix' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| design | OneTopLevelClass | Top-level class PathMappingUrlPatternMatcher has to reside in its own source file. | 114 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| naming | MemberName | Member name '_exactPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| naming | MemberName | Member name '_prefix' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 |
com/meterware/servletunit/FiltersTestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.Filter' | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 286 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 287 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 299 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 301 | |
| naming | MemberName | Member name '_filterConfig' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 305 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 316 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 319 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 335 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 338 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 350 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 356 | |
| naming | MemberName | Member name '_index' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 356 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 364 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 369 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 371 |
com/meterware/servletunit/HttpServletRequestTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.Servlet' | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedInputStream' | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 60 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| naming | MemberName | Member name '_context' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'testDate' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 141 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| naming | LocalVariableName | Local variable name 'pValueWithSpaces' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| naming | LocalVariableName | Local variable name 'pValueWithAt' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| naming | LocalVariableName | Local variable name 'pValueWithSpaces' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 282 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 293 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 313 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 321 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getMethodRequestParametersEncodedWithDefaultCharacterSetUTF8' must contain no more than '1' consecutive capital letters. | 322 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 333 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 335 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 341 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 366 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 383 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 385 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 388 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 391 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 394 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 406 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 415 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 436 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 442 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 451 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 452 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 458 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 460 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'FIRST_COOKIE' must contain no more than '1' consecutive capital letters. | 460 | |
| naming | LocalVariableName | Local variable name 'FIRST_COOKIE' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 461 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SECOND_COOKIE' must contain no more than '1' consecutive capital letters. | 461 | |
| naming | LocalVariableName | Local variable name 'SECOND_COOKIE' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 462 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'FIRST_COOKIE_VALUE' must contain no more than '1' consecutive capital letters. | 462 | |
| naming | LocalVariableName | Local variable name 'FIRST_COOKIE_VALUE' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SECOND_COOKIE_VALUE' must contain no more than '1' consecutive capital letters. | 463 | |
| naming | LocalVariableName | Local variable name 'SECOND_COOKIE_VALUE' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 467 | |
| naming | LocalVariableName | Local variable name 'm_sc' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 471 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 472 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 476 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 484 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 490 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 492 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 494 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'sessionID' must contain no more than '1' consecutive capital letters. | 494 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 496 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 503 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 503 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 505 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 507 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 512 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 513 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 514 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 517 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 519 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 520 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 521 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 522 | |
| blocks | EmptyCatchBlock | Empty catch block. | 522 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 526 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 527 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 528 | |
| blocks | EmptyCatchBlock | Empty catch block. | 528 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 529 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 530 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 537 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 541 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'originalID' must contain no more than '1' consecutive capital letters. | 541 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 543 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 544 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'request' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 548 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 549 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 551 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 553 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 555 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 560 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 562 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 568 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 570 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 571 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 572 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'originalID' must contain no more than '1' consecutive capital letters. | 572 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 574 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 575 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 577 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 579 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 584 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 585 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 586 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 587 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 593 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 595 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'testGetRequestURI' must contain no more than '1' consecutive capital letters. | 595 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 600 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 601 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 605 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 608 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 609 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 611 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 612 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 614 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getRequestURI' must contain no more than '1' consecutive capital letters. | 615 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 616 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 617 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 619 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 624 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getRequestURIWithPort' must contain no more than '1' consecutive capital letters. | 625 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 627 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 629 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 631 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 635 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 636 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 638 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 644 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 646 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 648 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 649 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 651 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 652 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 654 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 655 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 657 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 658 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 660 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 661 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 662 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 663 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 665 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 666 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 667 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 669 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 670 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 671 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 673 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 675 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 676 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 677 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 679 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 680 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 681 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 683 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 684 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 685 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 686 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 687 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 688 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 689 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 690 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 692 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 694 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 695 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 697 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 699 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 700 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 705 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 707 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 708 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 709 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 710 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 713 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 714 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 715 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 716 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 718 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 720 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 721 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 722 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 723 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 726 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 727 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 728 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 729 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 730 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 732 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 733 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 735 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 737 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 738 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 739 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 740 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 743 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 744 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 745 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 746 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 747 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 749 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 751 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 752 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 753 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 754 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 757 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 758 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 759 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 760 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 762 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 764 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 765 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 766 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 767 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 770 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 771 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 772 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 773 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 774 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 776 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 777 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 779 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 781 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 782 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 783 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 784 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 787 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 788 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 789 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 790 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 792 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 798 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 799 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 799 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 800 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 801 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 802 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 805 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 806 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 807 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 808 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 810 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 813 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 815 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 817 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 817 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 818 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 819 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 820 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 821 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 823 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 824 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 825 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 827 | |
| naming | MemberName | Member name '_dummyfactory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 827 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 840 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 842 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 842 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 843 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 844 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 845 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 846 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 847 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 848 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 849 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 850 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 852 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 853 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 854 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 855 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 857 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 859 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 859 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 860 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 862 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 863 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 865 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 866 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 867 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 868 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 870 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 873 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 875 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 877 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 878 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 880 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 881 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 882 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 884 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 887 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 889 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 891 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 892 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 894 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 895 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 896 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 901 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 903 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 905 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 906 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 908 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 909 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 910 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 912 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 912 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 914 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 914 |
com/meterware/servletunit/HttpServletResponseTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletOutputStream' | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 118 | |
| blocks | EmptyCatchBlock | Empty catch block. | 118 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 127 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 129 | |
| blocks | EmptyCatchBlock | Empty catch block. | 129 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 143 | |
| blocks | EmptyCatchBlock | Empty catch block. | 143 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 157 | |
| blocks | EmptyCatchBlock | Empty catch block. | 157 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 173 | |
| blocks | EmptyCatchBlock | Empty catch block. | 173 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 |
com/meterware/servletunit/InvocationContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.*' | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - jakarta.servlet.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 |
com/meterware/servletunit/InvocationContextFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.http.HttpSession' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
com/meterware/servletunit/InvocationContextImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.*' | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - jakarta.servlet.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| naming | MemberName | Member name '_contextStack' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_effectiveURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_client' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_application' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_frame' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| naming | MemberName | Member name '_webResponse' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 104 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 105 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 145 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 162 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 163 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 164 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 177 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 196 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 201 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 213 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 216 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 233 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 241 | |
| naming | MemberName | Member name '_response' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 242 | |
| naming | MemberName | Member name '_request' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 242 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 243 | |
| naming | MemberName | Member name '_metaData' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 245 | |
| naming | MemberName | Member name '_filterStack' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 245 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 249 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 258 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 259 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 274 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 280 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 281 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 283 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 284 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 285 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 286 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 287 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 290 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 294 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 298 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 304 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 306 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 8, expected level should be 4. | 307 | |
| naming | MemberName | Member name '_request' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 307 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 8, expected level should be 4. | 308 | |
| naming | MemberName | Member name '_response' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 308 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 311 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 312 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 316 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 320 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 322 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 326 |
com/meterware/servletunit/JSPServletDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'JSPServletDescriptor' must contain no more than '1' consecutive capital letters. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
com/meterware/servletunit/JUnitServlet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'junit.framework.AssertionFailedError' | 31 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'JUnitServlet' must contain no more than '1' consecutive capital letters. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 66 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| naming | MemberName | Member name '_factory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 88 | |
| naming | MemberName | Member name '_writer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 | |
| naming | MemberName | Member name '_formatter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 101 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 102 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 104 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 105 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 106 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 145 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 158 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '152'. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 167 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'switch' has incorrect indentation level 16, expected level should be 8. | 172 | |
| indentation | Indentation | 'case' child has incorrect indentation level 20, expected level should be 10. | 173 | |
| indentation | Indentation | 'block' child has incorrect indentation level 24, expected level should be 12. | 174 | |
| indentation | Indentation | 'block' child has incorrect indentation level 24, expected level should be 12. | 175 | |
| indentation | Indentation | 'case' child has incorrect indentation level 20, expected level should be 10. | 176 | |
| indentation | Indentation | 'block' child has incorrect indentation level 24, expected level should be 12. | 177 | |
| indentation | Indentation | 'block' child has incorrect indentation level 24, expected level should be 12. | 178 | |
| indentation | Indentation | 'case' child has incorrect indentation level 20, expected level should be 10. | 179 | |
| indentation | Indentation | 'block' child has incorrect indentation level 24, expected level should be 12. | 180 | |
| indentation | Indentation | 'block' child has incorrect indentation level 24, expected level should be 12. | 181 | |
| indentation | Indentation | 'case' child has incorrect indentation level 20, expected level should be 10. | 182 | |
| indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be 12. | 183 | |
| indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be 14. | 184 | |
| indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be 14. | 185 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 24, expected level should be 12. | 186 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 187 | |
| indentation | Indentation | 'case' child has incorrect indentation level 20, expected level should be 10. | 187 | |
| indentation | Indentation | 'block' child has incorrect indentation level 24, expected level should be 12. | 188 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 189 | |
| indentation | Indentation | 'case' child has incorrect indentation level 20, expected level should be 10. | 189 | |
| indentation | Indentation | 'block' child has incorrect indentation level 24, expected level should be 12. | 190 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 16, expected level should be 8. | 191 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 197 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 206 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 212 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 213 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 214 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 216 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '203'. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 231 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 232 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 233 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 234 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 235 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 236 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 237 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 238 | |
| indentation | Indentation | 'else' child has incorrect indentation level 24, expected level should be 12. | 239 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 20, expected level should be 10. | 240 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 241 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 242 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 243 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 247 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 250 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 252 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 272 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 287 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 291 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HTMLResultsFormatter' must contain no more than '1' consecutive capital letters. | 291 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 310 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 316 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 321 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 322 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 332 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 337 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 342 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 346 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 347 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 352 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 363 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 368 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 374 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 378 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 379 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 380 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 381 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 384 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 385 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 386 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 387 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 388 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 389 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 390 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 391 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 392 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 396 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 401 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 402 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 403 |
com/meterware/servletunit/JUnitServletTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletException' | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 47 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'JUnitServletTest' must contain no more than '1' consecutive capital letters. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| naming | MemberName | Member name '_runner' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 184 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 185 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 187 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 188 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 190 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 191 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 192 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 195 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 197 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 247 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 255 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 262 |
com/meterware/servletunit/ListenersTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 37 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 47 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 48 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'verifyContext' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 49 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 49 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 51 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 52 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 54 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 55 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 56 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'sr' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 57 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 57 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 58 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 60 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 61 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 62 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 63 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 73 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 82 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'verifyContext' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 91 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ic' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 96 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'session' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 97 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 100 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 101 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 102 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 103 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 105 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 114 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 122 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 123 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'verifyAttribute' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 124 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 124 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 126 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 129 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 130 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 132 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 133 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'session' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 134 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 134 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 135 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 138 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 139 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 140 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 141 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 143 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 144 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 145 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 146 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 148 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 149 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 150 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 151 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 152 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 160 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 161 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 165 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 166 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 182 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 183 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'verifyAttribute' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 184 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 184 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 186 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 187 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 189 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 190 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'client' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 192 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 192 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 193 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 194 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 195 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 196 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'context' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 197 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 197 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 198 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 200 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 201 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 202 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 203 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 204 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 206 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 207 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 208 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 209 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 211 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 212 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 213 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 214 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 215 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 217 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 221 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 223 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 224 | |
| naming | MemberName | Member name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 229 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 249 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 253 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 270 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '260'. | 272 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 274 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '264'. | 276 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 278 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '268'. | 280 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 281 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 286 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 288 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 291 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 294 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 295 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 297 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 298 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 303 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 304 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 306 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 307 |
com/meterware/servletunit/NavigationTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletException' | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 150 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 184 |
com/meterware/servletunit/PassingTests.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'junit.framework.TestCase' | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'junit.framework.TestCase' import. Should be before 'org.junit.Ignore'. | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 |
com/meterware/servletunit/PostTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletException' | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 97 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 123 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 155 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 |
com/meterware/servletunit/RequestContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.http.HttpServletRequest' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.UnsupportedEncodingException' | 27 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 | |
| naming | MemberName | Member name '_parameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_visibleParameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| naming | MemberName | Member name '_parentRequest' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | MemberName | Member name '_messageBody' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_messageEncoding' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getRequestURI' must contain no more than '1' consecutive capital letters. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 80 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 81 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 82 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 82 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 83 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 101 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 103 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 104 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 105 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 107 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 110 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 113 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 114 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 115 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 116 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 117 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 119 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 120 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 121 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 154 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 155 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 156 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 157 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 158 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 159 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 160 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 161 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 162 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 163 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 170 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 185 | |
| indentation | CommentsIndentation | Block comment has incorrect indentation level 8, expected is 16, indentation should be the same level as line 187. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 |
com/meterware/servletunit/RequestContextTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.AsyncContext' | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 53 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'hebrewValue' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 113 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 115 | |
| naming | MemberName | Member name '_requestContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 198 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 218 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 243 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 253 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 272 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 287 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 292 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 297 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 307 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 312 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 317 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 322 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 340 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 350 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 355 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 360 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 365 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 370 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 375 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 381 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 382 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 387 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 388 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 394 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 400 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 406 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 412 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 418 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 424 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 442 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 445 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 448 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 451 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 454 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 455 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 457 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 460 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 466 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 467 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 472 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 473 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 475 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 478 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 484 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 485 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 486 |
com/meterware/servletunit/RequestDispatcherImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| naming | MemberName | Member name '_servletMetaData' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
com/meterware/servletunit/RequestDispatcherTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 35 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 38 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| naming | MemberName | Member name '_runner' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| naming | MemberName | Member name '_wxs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'rd' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'rd' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 172 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 174 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 175 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'rd' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 231 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 255 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 261 |
com/meterware/servletunit/ServletAccessTestClass.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.http.HttpServlet' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.Test' | 26 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
com/meterware/servletunit/ServletInputStreamImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_baseStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 |
com/meterware/servletunit/ServletMetaData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
com/meterware/servletunit/ServletRunner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.http.HttpSession' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 63 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 78 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 80 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 129 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 157 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '166'. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 201 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 226 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 258 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 258 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'JasperJSPServletDescriptor' must contain no more than '1' consecutive capital letters. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 268 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 269 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 270 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 271 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 272 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 274 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 276 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 295 | |
| naming | MemberName | Member name '_application' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 295 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 297 | |
| naming | MemberName | Member name '_client' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 297 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 299 | |
| naming | MemberName | Member name '_context' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 301 | |
| naming | MemberName | Member name '_factory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 317 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 320 |
com/meterware/servletunit/ServletTestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
com/meterware/servletunit/ServletUnitClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletException' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.SAXException' | 36 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 97 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 158 | |
| naming | MemberName | Member name '_invocationContextFactory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 |
com/meterware/servletunit/ServletUnitContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Hashtable' | 24 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| naming | MemberName | Member name '_listenerDispatcher' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 | |
| naming | MemberName | Member name '_servletContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getSessionIDs' must contain no more than '1' consecutive capital letters. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 84 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| naming | MemberName | Member name '_sessions' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| naming | MemberName | Member name '_contextPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
com/meterware/servletunit/ServletUnitHttpRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.AsyncContext' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| naming | MemberName | Member name '_inputStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| naming | MemberName | Member name '_locales' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| naming | MemberName | Member name '_protocol' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| naming | MemberName | Member name '_secure' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| naming | MemberName | Member name '_requestContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| naming | MemberName | Member name '_charset' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| naming | MemberName | Member name '_gotReader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| naming | MemberName | Member name '_gotInputStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| naming | MemberName | Member name '_reader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| naming | MemberName | Member name '_serverPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| naming | MemberName | Member name '_serverName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 143 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 179 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 181 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 232 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 259 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 269 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 278 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 297 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 305 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 313 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 324 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 364 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 366 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 369 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 371 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 372 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 373 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 382 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 393 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 402 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 412 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 422 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 428 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 440 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 445 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 447 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 448 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 455 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 456 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 464 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 475 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 477 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 478 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 481 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 482 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 483 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 484 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 485 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 486 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 487 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 488 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 489 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 490 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 498 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 503 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 505 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 506 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 508 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 509 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 510 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 518 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 520 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 521 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 527 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 529 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 530 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 541 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 543 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 548 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 549 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 550 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 551 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 552 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 553 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 554 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 555 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 556 | |
| indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 8. | 557 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 558 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 559 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 8. | 560 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 561 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 562 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 563 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 564 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 565 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 568 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 574 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 576 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 577 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 588 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 590 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 591 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 592 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 593 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 594 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 595 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 596 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 597 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 598 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 600 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 601 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 602 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 603 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 604 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 605 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 614 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 616 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 617 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 624 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 626 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 627 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 628 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 629 | |
| naming | LocalVariableName | Local variable name '_role' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 629 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 630 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 631 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 632 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 634 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 635 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 640 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 642 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 643 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 644 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 645 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 646 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 647 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 654 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 656 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 657 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 668 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 670 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 671 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 679 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 681 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 682 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 683 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 696 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 698 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 699 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 700 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 701 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 702 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 703 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 704 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 705 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 706 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 707 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 708 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 709 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 714 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 716 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 717 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 719 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 721 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 722 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 724 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 726 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 727 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 729 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 731 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 732 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 736 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 737 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 738 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 739 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 740 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 741 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 743 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 744 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 745 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 747 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 748 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 748 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 749 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 750 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 751 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 753 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 754 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 756 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 757 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 758 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 759 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 761 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 762 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 764 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 765 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 766 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 767 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 768 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 769 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 770 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 771 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 773 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 774 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 775 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 776 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 780 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 780 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 782 | |
| naming | MemberName | Member name '_request' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 782 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 783 | |
| naming | MemberName | Member name '_servletRequest' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 783 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 784 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 784 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 785 | |
| naming | MemberName | Member name '_context' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 785 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 786 | |
| naming | MemberName | Member name '_session' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 786 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 787 | |
| naming | MemberName | Member name '_attributes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 787 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 788 | |
| naming | MemberName | Member name '_cookies' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 788 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 789 | |
| naming | AbbreviationAsWordInName | Abbreviation in name '_sessionID' must contain no more than '1' consecutive capital letters. | 789 | |
| naming | MemberName | Member name '_sessionID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 789 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 790 | |
| naming | MemberName | Member name '_messageBody' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 790 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 792 | |
| naming | MemberName | Member name '_userName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 792 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 793 | |
| naming | MemberName | Member name '_roles' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 793 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 795 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 796 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 797 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 799 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 800 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 801 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 802 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 803 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 805 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 806 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 807 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 808 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 809 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 810 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 811 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 812 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 813 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 814 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 816 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 818 | |
| naming | MemberName | Member name '_locale' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 818 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 819 | |
| naming | MemberName | Member name '_priority' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 819 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 821 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 822 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 823 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 824 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 825 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 826 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 827 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 828 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 829 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 830 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 832 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 833 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 834 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 835 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 836 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 837 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 838 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 839 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 841 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 842 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 843 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 845 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 847 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 848 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 849 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 850 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 851 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 853 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 855 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 857 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 859 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 860 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 861 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 862 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 863 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 864 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 866 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 869 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 870 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 872 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 876 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 877 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 879 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 882 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 883 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 885 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 888 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 889 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 891 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 894 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 895 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 897 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 900 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 901 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 903 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 906 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 907 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 909 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 913 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 915 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 919 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 921 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 924 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 925 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 927 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 930 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 931 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 933 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 936 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 937 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 939 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 942 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 943 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 945 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 949 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 951 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 954 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 955 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 957 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 960 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 961 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 963 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 966 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 967 |
com/meterware/servletunit/ServletUnitHttpResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletOutputStream' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 29 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_committed' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| naming | MemberName | Member name '_locale' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 154 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 175 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 208 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 223 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 234 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 240 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 241 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 244 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 250 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 252 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 262 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 268 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 280 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 289 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 292 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 293 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 294 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 295 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 296 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 297 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 298 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 308 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 309 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 318 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 324 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 329 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 337 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 346 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 355 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 361 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 367 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 378 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 379 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 380 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 381 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 382 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 383 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 384 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 385 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 387 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 395 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 405 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 408 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 413 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 420 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 422 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 423 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 424 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 425 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 428 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 436 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 443 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 445 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 447 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 451 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 452 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 455 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 456 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 466 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 467 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 478 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 480 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 483 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 492 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 494 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 496 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 498 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 499 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 500 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 501 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 503 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 503 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 504 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 506 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 511 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 513 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 514 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 519 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 521 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 522 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 526 | |
| naming | MemberName | Member name '_contentType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 526 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 528 | |
| naming | MemberName | Member name '_encoding' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 528 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 530 | |
| naming | MemberName | Member name '_writer' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 530 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 532 | |
| naming | MemberName | Member name '_servletStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 532 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 534 | |
| naming | MemberName | Member name '_outputStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 534 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 536 | |
| naming | MemberName | Member name '_status' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 536 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 538 | |
| naming | MemberName | Member name '_statusMessage' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 538 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 540 | |
| naming | MemberName | Member name '_headers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 540 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 542 | |
| naming | MemberName | Member name '_headersComplete' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 542 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 544 | |
| naming | MemberName | Member name '_cookies' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 544 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 546 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 548 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 549 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 550 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 553 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 554 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 555 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 556 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 558 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 559 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 560 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 564 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 565 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 566 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 567 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 568 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 569 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 570 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 571 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 572 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 573 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 574 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 575 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 576 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 577 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 578 | |
| indentation | Indentation | 'static initialization' has incorrect indentation level 4, expected level should be 2. | 580 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 581 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 582 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 583 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 584 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 585 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 586 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 587 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 588 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 590 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 591 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 592 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 593 | |
| indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 4. | 594 | |
| indentation | Indentation | 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. | 595 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 597 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 600 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 602 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 604 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 605 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 606 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 607 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 608 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 609 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 611 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 612 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 614 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 616 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 617 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 618 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 619 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 620 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 621 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 622 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 623 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 624 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 626 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 628 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 629 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '99'. | 631 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 631 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 632 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 633 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 634 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 635 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 636 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 637 | |
| design | OneTopLevelClass | Top-level class ServletUnitOutputStream has to reside in its own source file. | 641 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 643 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 644 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 645 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 647 | |
| naming | ParameterName | Parameter name 'aByte' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 648 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 649 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 650 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 652 | |
| naming | MemberName | Member name '_stream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 652 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 654 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 656 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 657 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 659 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 662 |
com/meterware/servletunit/ServletUnitHttpSession.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URL' | 25 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_servletContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| naming | MemberName | Member name '_listenerDispatcher' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 127 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 130 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 146 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 148 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 149 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 155 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 167 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 169 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 231 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 243 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 245 | |
| naming | MemberName | Member name '_creationTime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 245 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 247 | |
| naming | MemberName | Member name '_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 247 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 249 | |
| naming | MemberName | Member name '_maxInactiveInterval' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| naming | MemberName | Member name '_lastAccessedTime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 251 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 253 | |
| naming | MemberName | Member name '_invalid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 253 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 255 | |
| naming | MemberName | Member name '_values' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 255 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 257 | |
| naming | MemberName | Member name '_isNew' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 257 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 259 | |
| naming | MemberName | Member name '_userName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 259 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 261 | |
| naming | MemberName | Member name '_roles' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 263 | |
| naming | MemberName | Member name '_originalURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 |
com/meterware/servletunit/ServletUnitServletConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Enumeration' | 25 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 36 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| naming | MemberName | Member name '_initParameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| naming | MemberName | Member name '_context' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
com/meterware/servletunit/ServletUnitServletContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - jakarta.servlet.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 26 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_logStream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 53 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| naming | ParameterName | Parameter name 'A' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 96 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 99 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 112 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 121 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 123 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 139 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 140 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 142 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 153 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 157 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 176 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 183 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 184 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 187 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 201 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 202 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 204 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 205 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 207 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 209 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 214 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 223 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. | 224 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 225 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 226 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 227 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 228 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. | 231 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 256 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 271 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 273 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 284 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 295 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 304 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 312 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 315 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 320 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 322 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 325 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 326 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 328 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 329 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 330 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 332 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 337 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 339 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 366 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 387 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 394 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 398 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 403 | |
| naming | MemberName | Member name '_attributes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 403 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 405 | |
| naming | MemberName | Member name '_application' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 405 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 407 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 408 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 409 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 421 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 423 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 427 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 432 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 433 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '392'. | 435 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 435 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 438 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 439 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 444 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 446 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 449 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 451 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 453 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 454 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 456 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 458 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 459 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 464 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 466 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 469 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 471 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 473 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 474 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 476 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 478 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 479 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 481 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 484 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 486 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 488 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 489 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 491 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 493 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 494 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 496 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 498 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 499 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 503 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 504 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 506 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 509 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 511 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 513 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 514 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 516 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 518 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 519 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 521 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 524 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 526 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 529 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 531 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 534 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 536 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 538 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 539 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 541 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 543 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 544 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 546 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 548 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 549 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 551 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 554 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 556 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 558 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 559 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 564 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 568 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 569 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 571 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 574 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 576 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 578 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 579 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 581 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 584 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 586 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 588 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 589 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 591 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 594 |
com/meterware/servletunit/ServletUnitServletContextTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.InputStream' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 |
com/meterware/servletunit/ServletUnitTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 38 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 41 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 45 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 46 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 47 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 48 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 49 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 54 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 55 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 56 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 57 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 69 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 71 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 |
com/meterware/servletunit/ServletUnitWebResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.http.HttpServletResponse' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 27 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 51 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 54 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 55 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 56 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 116 | |
| naming | MemberName | Member name '_response' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
com/meterware/servletunit/SessionListenerDispatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
com/meterware/servletunit/SessionTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' | 36 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_context' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_servletContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 95 | |
| blocks | EmptyCatchBlock | Empty catch block. | 95 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 108 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 109 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 110 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 111 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 113 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 116 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 117 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 118 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 |
com/meterware/servletunit/StatefulTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletException' | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 122 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 221 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 229 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 230 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 231 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 232 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 243 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 247 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 247 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 249 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 255 |
com/meterware/servletunit/StatelessTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletException' | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Test' | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 64 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 67 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 189 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 250 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 252 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 256 | |
| naming | MemberName | Member name '_numAccesses' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 256 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 263 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 281 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 285 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 288 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 298 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 299 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 306 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 309 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 311 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 321 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 323 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 324 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 328 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 329 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 330 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 331 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 334 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 338 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 361 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 364 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 366 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 378 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 379 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 382 |
com/meterware/servletunit/WebApplication.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.*' | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - jakarta.servlet.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - jakarta.servlet.http.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SECURITY_CHECK_CONFIGURATION' must contain no more than '1' consecutive capital letters. | 61 | |
| naming | MemberName | Member name 'SECURITY_CHECK_CONFIGURATION' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SECURITY_CHECK_MAPPING' must contain no more than '1' consecutive capital letters. | 64 | |
| naming | MemberName | Member name 'SECURITY_CHECK_MAPPING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| naming | MemberName | Member name '_servletMapping' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 69 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| naming | MemberName | Member name '_filters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 73 | |
| naming | MemberName | Member name '_servlets' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| naming | MemberName | Member name '_filterUrlMapping' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 79 | |
| naming | MemberName | Member name '_filterMapping' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 81 | |
| naming | MemberName | Member name '_securityConstraints' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 83 | |
| naming | MemberName | Member name '_contextListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| naming | MemberName | Member name '_contextAttributeListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 87 | |
| naming | MemberName | Member name '_sessionListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 89 | |
| naming | MemberName | Member name '_sessionAttributeListeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| naming | MemberName | Member name '_useBasicAuthentication' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 93 | |
| naming | MemberName | Member name '_useFormAuthentication' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 95 | |
| naming | MemberName | Member name '_authenticationRealm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 97 | |
| naming | MemberName | Member name '_loginURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 99 | |
| naming | MemberName | Member name '_errorURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 101 | |
| naming | MemberName | Member name '_contextParameters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 103 | |
| naming | MemberName | Member name '_contextDir' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| naming | MemberName | Member name '_contextPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 107 | |
| naming | MemberName | Member name '_servletContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 109 | |
| naming | MemberName | Member name '_displayName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 122 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 123 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 128 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 159 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 161 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 163 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 165 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 167 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 168 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 169 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 170 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 171 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 172 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 173 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 174 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 176 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 177 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 185 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 186 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 199 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 200 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 208 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 209 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 217 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 218 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 226 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 244 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 247 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 254 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 259 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 265 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 276 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 282 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 283 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 290 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 292 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 294 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 298 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 302 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 310 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 312 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 313 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 314 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 316 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 318 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 321 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 329 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 330 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 332 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 334 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 336 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 337 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 339 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 341 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 342 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 343 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 346 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 351 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 358 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 367 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 368 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 369 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 370 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 377 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '204'. | 381 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 383 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 385 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 386 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 388 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '213'. | 390 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 395 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 397 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '222'. | 399 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 401 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 403 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 404 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 406 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 413 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 415 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 417 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 419 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 422 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 424 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 425 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 427 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 429 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 431 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 433 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 435 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 437 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 438 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 442 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 444 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 445 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 447 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 448 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 449 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 450 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 451 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 454 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 455 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 456 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 457 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 458 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 459 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 460 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 461 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 462 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 463 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 464 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 465 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 466 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 467 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 468 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 469 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 471 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 473 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 474 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 475 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 477 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 478 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 479 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 481 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 482 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 483 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 484 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 485 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 486 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 487 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 488 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 490 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 493 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '259'. | 495 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 495 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 496 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 498 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 500 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 501 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 502 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 503 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 504 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 505 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 506 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 507 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 508 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 510 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 512 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 514 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 516 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 521 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 523 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 527 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 528 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 530 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 532 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 533 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 535 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 536 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 537 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 539 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 540 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 543 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 544 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 546 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 551 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 552 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 554 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 556 | |
| naming | MemberName | Member name '_servlet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 556 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 557 | |
| naming | MemberName | Member name '_servletName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 557 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 558 | |
| naming | MemberName | Member name '_jspFile' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 558 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 559 | |
| naming | MemberName | Member name '_loadOrder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 559 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 561 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 562 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 563 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 565 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 566 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 569 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 570 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 572 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 573 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 574 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 575 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 576 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 577 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 578 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 579 | |
| indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 580 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 581 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 582 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be 10. | 583 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 16, expected level should be 8. | 584 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 585 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 586 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 588 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 591 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 592 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 593 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 594 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 595 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 596 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 598 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 599 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 601 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 603 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 604 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 605 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 606 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 608 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 609 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 610 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 612 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 614 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 615 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 617 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 618 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 619 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 621 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 622 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 623 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 624 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 629 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 631 | |
| naming | MemberName | Member name '_filter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 631 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 632 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 632 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 634 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 635 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 636 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 637 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 639 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 641 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 642 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 643 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 644 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 645 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 646 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 648 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 649 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 650 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 651 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 652 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 653 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 655 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 656 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 657 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 659 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 660 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 662 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 664 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 665 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 667 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 669 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 670 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 671 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 672 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 673 | |
| indentation | Indentation | 'interface def ident' has incorrect indentation level 4, expected level should be 2. | 678 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 680 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 682 | |
| indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 683 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 685 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 687 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 689 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 691 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 692 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 694 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 696 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 697 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 698 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 700 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 702 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 703 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 704 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 705 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 706 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 708 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 709 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 710 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 711 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 712 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 714 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 716 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 717 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 719 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 721 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 722 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 723 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 724 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 725 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 727 | |
| naming | MemberName | Member name '_roles' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 727 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 728 | |
| naming | MemberName | Member name '_roleList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 728 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 729 | |
| naming | MemberName | Member name '_resources' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 729 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 731 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 732 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 733 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 734 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 735 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 736 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 737 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 738 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 8, expected level should be 4. | 740 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 742 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 743 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 744 | |
| indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 745 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 746 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 747 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 749 | |
| indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 750 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 751 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 752 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 753 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 754 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 755 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 756 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 758 | |
| naming | MemberName | Member name '_urlPatterns' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 758 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 759 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 760 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 762 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 764 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 766 | |
| naming | MemberName | Member name '_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 766 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 767 | |
| naming | MemberName | Member name '_fullServletPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 767 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 768 | |
| naming | MemberName | Member name '_mapping' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 768 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 769 | |
| naming | MemberName | Member name '_filtersPerName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 769 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 770 | |
| naming | MemberName | Member name '_filtersPerUrl' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 770 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 772 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 774 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 775 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 776 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 777 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 778 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 779 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 781 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 789 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 791 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 792 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 793 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 795 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 796 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 797 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 798 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 799 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 801 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 802 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 803 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 805 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 808 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 810 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 811 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 813 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 818 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 820 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 821 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 823 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 825 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 826 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 827 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 829 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 830 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 831 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 833 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 834 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 836 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 837 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 838 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 839 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 841 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 842 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 843 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 844 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 845 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 846 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 847 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 848 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 849 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 851 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 852 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 853 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 854 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 856 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 859 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 861 | |
| naming | MemberName | Member name '_configuration' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 861 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 863 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 864 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 865 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 867 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 868 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 869 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 878 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 879 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 880 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 889 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 890 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 891 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 893 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 894 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 895 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 896 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 898 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 900 | |
| naming | MemberName | Member name '_prefix' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 900 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 902 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 903 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 904 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 905 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 906 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 907 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 908 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 910 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 912 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 913 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 915 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 917 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 918 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 919 | |
| indentation | Indentation | 'class def ident' has incorrect indentation level 4, expected level should be 2. | 925 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 927 | |
| naming | MemberName | Member name '_exactMatches' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 927 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 928 | |
| naming | MemberName | Member name '_extensions' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 928 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 929 | |
| naming | MemberName | Member name '_urlTree' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 929 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 930 | |
| naming | MemberName | Member name '_defaultMapping' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 930 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 932 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 933 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 934 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 935 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 936 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 937 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 938 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 939 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 940 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 941 | |
| indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 8. | 942 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 943 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 944 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 945 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 946 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 947 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 948 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 949 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 950 | |
| indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 951 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 8. | 952 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 953 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 954 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 956 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 957 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 958 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 959 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 960 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 962 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 964 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 965 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 967 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 968 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 969 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 971 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 972 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 973 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 974 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 975 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 976 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 978 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 979 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 980 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 981 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 982 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 983 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 984 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 985 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 987 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 988 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 989 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 990 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 991 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 992 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 993 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 994 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 995 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 996 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 998 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 999 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1000 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1001 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1002 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1003 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1004 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1005 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1006 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1007 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1008 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1010 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 14. | 1011 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 14. | 1012 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 14. | 1013 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1015 | |
| indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be 8. | 1016 | |
| indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be 8. | 1017 | |
| indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be 10. | 1018 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 16, expected level should be 8. | 1019 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be 10. | 1020 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be 10. | 1021 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 16, expected level should be 8. | 1023 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 1024 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1025 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1027 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1028 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1029 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1030 | |
| indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1031 | |
| indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 1032 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1033 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1034 | |
| indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 1035 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 1036 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 6. | 1037 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1038 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1040 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1041 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1042 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1043 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1045 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1046 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1047 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1048 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1050 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1051 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1052 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1054 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1055 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1056 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1058 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1059 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1060 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1062 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1063 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1064 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1065 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1067 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 1068 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 1069 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 1070 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 1071 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 1072 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 1073 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1074 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1076 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1077 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1079 | |
| indentation | Indentation | 'while' has incorrect indentation level 12, expected level should be 6. | 1080 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 1081 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1082 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1083 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1084 | |
| indentation | Indentation | 'while' child has incorrect indentation level 16, expected level should be 8. | 1085 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 12, expected level should be 6. | 1086 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1087 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1088 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1090 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1091 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1092 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1093 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1094 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1095 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1096 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1098 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1103 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1113 | |
| design | OneTopLevelClass | Top-level class ParsedPath has to reside in its own source file. | 1118 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1120 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1121 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 1122 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1124 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 1130 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 1131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 1132 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 1133 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 1134 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 1135 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1141 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1144 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1148 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 1149 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 1150 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 1151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 1154 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1155 |
com/meterware/servletunit/WebResourceConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Element' | 24 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 | |
| naming | MemberName | Member name '_className' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| naming | MemberName | Member name '_initParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 42 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 43 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 65 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 |
com/meterware/servletunit/WebXMLString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| naming | MemberName | Member name '_displayName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| naming | MemberName | Member name '_servlets' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| naming | MemberName | Member name '_mappings' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| naming | MemberName | Member name '_servletNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 | |
| naming | MemberName | Member name '_initParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| naming | MemberName | Member name '_listeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| naming | MemberName | Member name '_filters' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| naming | MemberName | Member name '_filterMappings' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| naming | MemberName | Member name '_filterNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| naming | MemberName | Member name '_filterParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 | |
| naming | MemberName | Member name '_loginConfig' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| naming | MemberName | Member name '_resources' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 | |
| naming | MemberName | Member name '_contextParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| naming | MemberName | Member name '_loadOnStartup' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 95 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 106 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 113 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 115 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 117 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 121 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 122 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 124 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 126 | |
| naming | LocalVariableName | Local variable name '_listener' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 126 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 127 | |
| naming | LocalVariableName | Local variable name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 127 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 128 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 129 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 130 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 132 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 133 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 134 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 136 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 137 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 138 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 139 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 141 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 147 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 154 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 162 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 168 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 172 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 175 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 191 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 228 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 240 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 244 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 248 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 250 | |
| naming | ParameterName | Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 252 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 258 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 261 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 263 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 264 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 265 | |
| design | OneTopLevelClass | Top-level class WebResourceSpec has to reside in its own source file. | 268 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 270 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 272 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 275 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 276 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 280 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 283 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 286 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 287 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 292 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 293 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 298 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 300 | |
| naming | MemberName | Member name '_name' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 300 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 301 | |
| naming | MemberName | Member name '_urls' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 302 | |
| naming | MemberName | Member name '_roles' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 302 |
com/meterware/servletunit/WebXMLTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.servlet.ServletConfig' | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Disabled' | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 86 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 88 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 91 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 171 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 252 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 257 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 270 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 278 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 280 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 295 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 297 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 299 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 307 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 309 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 310 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 312 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 313 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 314 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 315 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 316 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 317 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 319 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 320 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 321 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 322 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 324 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 328 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 334 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 338 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 345 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 346 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 358 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 363 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 366 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 368 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 380 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 382 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 384 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 386 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 387 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 389 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 391 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 392 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 393 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 396 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 397 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 398 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 399 | |
| blocks | EmptyCatchBlock | Empty catch block. | 399 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 401 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 403 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 407 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 410 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 414 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 415 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 417 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 418 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 420 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 421 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 422 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 424 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 429 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 430 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 437 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 439 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 442 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 445 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 446 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 448 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 451 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 457 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 459 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 460 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 461 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 462 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 463 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 464 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 465 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 470 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 473 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 479 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 480 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 481 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 485 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 487 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 488 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 489 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 490 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 491 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 492 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 496 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 497 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 498 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 500 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 502 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 503 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 504 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 505 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 506 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 507 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 511 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 512 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 513 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 515 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 518 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 519 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 520 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 521 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 522 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 523 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 524 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 525 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 527 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 528 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 529 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 530 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 531 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 532 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 533 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 534 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 536 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 540 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 541 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 542 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 543 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 545 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 547 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 548 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 550 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 552 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 553 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 555 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 557 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 558 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 560 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 562 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 563 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 565 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 567 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 568 |
com/meterware/servletunit/XMLUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 38 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 39 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 40 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 41 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 42 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 50 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 53 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 |


